Skip Menu |

This queue is for tickets about the NEXT CPAN distribution.

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

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

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



Subject: [PATCH] Fix ABSTRACT
ExtUtils::MakeMaker expects a very specific format in the NAME section of the POD so that it can extract an ABSTRACT. The attached patch corrects this for this module.
Subject: next.patch
--- a/lib/NEXT.pm +++ b/lib/NEXT.pm @@ -190,7 +191,7 @@ __END__ =head1 NAME -NEXT.pm - Provide a pseudo-class NEXT (et al) that allows method redispatch +NEXT - Provide a pseudo-class NEXT (et al) that allows method redispatch =head1 SYNOPSIS
Thanks -- this has been fixed in 0.66