fix NAME entry in Makefile.PL (RT#84212)
Karen Etheridge [Tue, 26 Mar 2013 03:58:10 +0000 (20:58 -0700)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index 913b28f..562f8c5 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+  - fix NAME in Makefile.PL (RT#84212)
+
 1.000002 - 2012-07-19
   - Document why we don't try and handle class namesZ
   - Missed another stupid doc typo (thanks MJD)
index 1dc4da0..9add5bf 100644 (file)
@@ -5,6 +5,6 @@ use ExtUtils::MakeMaker;
 (do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
 
 WriteMakefile(
-  NAME => 'Safe-Isa',
+  NAME => 'Safe::Isa',
   VERSION_FROM => 'lib/Safe/Isa.pm',
 );