Subject: | POD errors in Module::Build::Cookbook |
At line 398 of Module::Build::Cookbook there is:
=back 4
However, '=back' needs no arguments and giving '4' there results of POD
errors.
The trivial fix is to change it to
=back
Thanks for considering,
dam
Debian Perl Group
Subject: | man-back-4.patch |
# '=back' does not accept any parameters
--- a/lib/Module/Build/Cookbook.pm
+++ b/lib/Module/Build/Cookbook.pm
@@ -395,7 +395,7 @@ testing, do I generate a test file.
I'm sure I could not have handled this complexity with EU::MM, but it
was very easy to do with M::B.
-=back 4
+=back
=head2 Modifying an action