Skip Menu |

This queue is for tickets about the Class-ISA CPAN distribution.

Report information
The Basics
Id: 49983
Status: resolved
Priority: 0/
Queue: Class-ISA

People
Owner: Nobody in particular
Requestors: jdhedden [...] cpan.org
Cc:
AdminCc:

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



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: class-isa.patch
--- a/lib/Class/ISA.pm +++ b/lib/Class/ISA.pm @@ -83,7 +84,7 @@ __END__ =head1 NAME -Class::ISA -- report the search path for a class's ISA tree +Class::ISA - report the search path for a class's ISA tree =head1 SYNOPSIS
This should be resolved in one of the more recent CPAN releases. --Steffen