correct dist name
Matt S Trout [Thu, 3 May 2012 20:14:47 +0000 (20:14 +0000)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index 3ffa760..d3b642d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,2 +1,4 @@
+  - correct NAME in Makefile.PL
+
 1.000000 - 2012-05-03
   - initial release
index f595a04..e973649 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',