fix NAME entry in Makefile.PL (RT#84211)
Karen Etheridge [Tue, 26 Mar 2013 04:06:02 +0000 (21:06 -0700)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index ccb8f1f..b12c9ff 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+  - fix NAME in Makefile.PL (RT#84211)
+
 1.001000 - 2012-05-12
   - add unimport::out_of
 
index e973649..f595a04 100644 (file)
@@ -5,7 +5,7 @@ use ExtUtils::MakeMaker;
 (do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
 
 WriteMakefile(
-  NAME => 'Import-Into',
+  NAME => 'Import::Into',
   VERSION_FROM => 'lib/Import/Into.pm',
   PREREQ_PM => { },
   LICENSE => 'perl',