Skip Menu |

This queue is for tickets about the Acme-Bleach CPAN distribution.

Report information
The Basics
Id: 47379
Status: open
Priority: 0/
Queue: Acme-Bleach

People
Owner: Nobody in particular
Requestors: nhandler [...] ubuntu.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.12
Fixed in: (no value)



Subject: pod2man errors
Currently, lintian displays several "manpage-has-errors-from-pod2man" warnings when run on the modules included in the Acme::Bleach tarball. These are due to a few missing '=back' statements. Attached is a patch to resolve this issue.
Subject: 01_fix_pod2man_errors.diff
# Patch Name: 01_fix_pod2man_errors.diff # Patch Author: Nathan Handler <nhandler@ubuntu.com> # Patch Description: Modify lib/Acme/*.pm files to resolve # "manpage-has-errors-from-pod2man" warning from Lintian. --- a/lib/Acme/Bleach.pm +++ b/lib/Acme/Bleach.pm @@ -66,6 +66,8 @@ Acme::Bleach could not access the source file to execute it. +=back + =head1 SEE ALSO http://www.templetons.com/tech/proletext.html --- a/lib/Acme/DWIM.pm +++ b/lib/Acme/DWIM.pm @@ -84,6 +84,8 @@ Acme::DWIM could not access the source file to execute it. +=back + =head1 AUTHOR Damian Conway (as if you couldn't guess) --- a/lib/Acme/Morse.pm +++ b/lib/Acme/Morse.pm @@ -48,6 +48,8 @@ Acme::Morse could not access the source file to execute it. +=back + =head1 AUTHOR Damian Conway (as if you couldn't guess)
Subject: Re: [rt.cpan.org #47379] pod2man errors
Date: Mon, 29 Jun 2009 08:37:24 +1000
To: bug-Acme-Bleach [...] rt.cpan.org
From: Damian Conway <damian [...] conway.org>
2009/6/27 nhandler@ubuntu.com via RT <bug-Acme-Bleach@rt.cpan.org>: Show quoted text
> > Currently, lintian displays several "manpage-has-errors-from-pod2man" > warnings when run on the modules included in the Acme::Bleach tarball. > These are due to a few missing '=back' statements. Attached is a patch > to resolve this issue.
Patched for the next release. Many thanks. Damian