Skip Menu |

This queue is for tickets about the NEXT CPAN distribution.

Report information
The Basics
Id: 64923
Status: resolved
Priority: 0/
Queue: NEXT

People
Owner: NEILB [...] cpan.org
Requestors: MSTEVENS [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.65
Fixed in: 0.66



Subject: fix pod warnings (originally spotted in bleadperl)
NEXT gives podchecker warnings: mstevens@mstevens-desktop:~/NEXT-0.65/lib$ podchecker NEXT.pm *** WARNING: Verbatim paragraph in NAME section at line 195 in file NEXT.pm *** WARNING: line containing nothing but whitespace in paragraph at line 387 in file NEXT.pm Attached proposed fix.
Subject: next.pod.lint.patch
diff -urN NEXT-0.65.orig//lib/NEXT.pm NEXT-0.65/lib/NEXT.pm --- NEXT-0.65.orig//lib/NEXT.pm 2010-09-20 02:32:10.000000000 +0100 +++ NEXT-0.65/lib/NEXT.pm 2011-01-19 12:18:11.067122999 +0000 @@ -192,7 +192,6 @@ NEXT.pm - Provide a pseudo-class NEXT (et al) that allows method redispatch - =head1 SYNOPSIS use NEXT; @@ -384,7 +383,7 @@ E->foo(); then it would print: - + called E::foo called C::foo called A::foo
Thanks -- have fixed in 0.66, which is now on CPAN.