Odd issue with pod2man when building on Fedora build server

Jochen Schmitt Jochen at herr-schmitt.de
Wed May 22 17:35:48 UTC 2013


On Tue, May 21, 2013 at 09:04:49PM +0200, Julien ÉLIE wrote:
> 
> It looks like recent POD versions do not cope with "=item 0" followed
> by "=item 1":
>     http://www.nntp.perl.org/group/perl.perl5.porters/2013/02/msg199266.html

Hallo Julien,

thank you for your quick response. I have created an patch
which solved the issue. I have attached this patch to this
mail for review and upstream integration.

Best Regards:

Jochen Schmitt

diff -up inn-2.5.3/control/pgpverify.in.pdx inn-2.5.3/control/pgpverify.in
--- inn-2.5.3/control/pgpverify.in.pdx	2013-05-22 18:45:57.132464138 +0200
+++ inn-2.5.3/control/pgpverify.in	2013-05-22 18:47:39.056806362 +0200
@@ -738,19 +738,19 @@ B<pgpverify> may exit with the following
 
 The control message had a good PGP signature.
 
-=item 1
+=item Z<>1
 
 The control message had no PGP signature.
 
-=item 2
+=item Z<>2
 
 The control message had an unknown PGP signature.
 
-=item 3
+=item Z<>3
 
 The control message had a bad PGP signature.
 
-=item 255
+=item Z<>255
 
 A problem occurred not directly related to PGP analysis of signature.
 
diff -up inn-2.5.3/doc/pod/actsync.pod.pdx inn-2.5.3/doc/pod/actsync.pod
--- inn-2.5.3/doc/pod/actsync.pod.pdx	2013-05-22 18:42:30.275978028 +0200
+++ inn-2.5.3/doc/pod/actsync.pod	2013-05-22 18:42:30.281977635 +0200
@@ -529,20 +529,20 @@ level as follows:
 
 No debug or status reports (default).
 
-=item 1
+=item Z<>1
 
 Print summary, but only if work was needed or done.
 
-=item 2
+=item Z<>2
 
 Print actions, exec output, and summary, but only if work was needed or
 done.
 
-=item 3
+=item Z<>3
 
 Print actions, exec output, and summary.
 
-=item 4
+=item Z<>4
 
 Full debug output.
 


More information about the inn-workers mailing list