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