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)