Bug#579613: libgnupg-interface-perl: GnuPG::Key POD documentation is missing a newline

Daniel Kahn Gillmor dkg at fifthhorseman.net
Thu Apr 29 04:57:09 UTC 2010


Package: libgnupg-interface-perl
Version: 0.42-2
Severity: minor
Tags: patch

Currently GnuPG::Key documentation renders like this:

       creation_date_string =item expiration_date_string
           Formatted date of the key's creation and expiration.

It should probably look like this:

       creation_date_string
       expiration_date_string
           Formatted date of the key's creation and expiration.

It can be fixed with the attached patch.

   --dkg

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (200, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-4-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libgnupg-interface-perl depends on:
ii  gnupg                         1.4.10-2   GNU privacy guard - a free PGP rep
ii  gnupg2                        2.0.14-1   GNU privacy guard - a free PGP rep
ii  libany-moose-perl             0.12-1     module to use either Moose or Mous
ii  perl                          5.10.1-12  Larry Wall's Practical Extraction 

libgnupg-interface-perl recommends no packages.

libgnupg-interface-perl suggests no packages.

-- no debconf information
-------------- next part --------------
--- lib/GnuPG/Key.pm.orig	2010-04-29 00:54:04.000000000 -0400
+++ lib/GnuPG/Key.pm	2010-04-29 00:54:09.000000000 -0400
@@ -102,6 +102,7 @@
 the short hex id, which is 8 hex characters.
 
 =item creation_date_string
+
 =item expiration_date_string
 
 Formatted date of the key's creation and expiration.


More information about the pkg-perl-maintainers mailing list