Skip Menu |

This queue is for tickets about the Module-Build CPAN distribution.

Report information
The Basics
Id: 39870
Status: resolved
Priority: 0/
Queue: Module-Build

People
Owner: Nobody in particular
Requestors: dmn [...] debian.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.30
Fixed in: (no value)



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
Thanks Damyan, patch applied. Will be part of the next release. -Ken