Fix module name in Makefile.PL (RT#83932)
Dagfinn Ilmari Mannsåker [Thu, 14 Mar 2013 14:35:21 +0000 (14:35 +0000)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index 89b6bd1..bbe016c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+  - Fix module name in Makefile.PL (RT#83932)
+
 0.001009 - 2013-03-12
   - disallow version names in random parts of the import list for consistency
     with Sub::Exporter (Toby Inkster)
index bf252b4..6312e88 100644 (file)
@@ -27,7 +27,7 @@ my $mymeta_works = eval { ExtUtils::MakeMaker->VERSION('6.5707'); 1 };
 my $mymeta = $mymeta_works || eval { ExtUtils::MakeMaker->VERSION('6.5702'); 1 };
 
 my %WriteMakefileArgs = (
-  NAME          => 'Sub-Exporter-Progressive',
+  NAME          => 'Sub::Exporter::Progressive',
   VERSION_FROM  => 'lib/Sub/Exporter/Progressive.pm',
   ABSTRACT_FROM => 'lib/Sub/Exporter/Progressive.pm',
   LICENSE       => 'perl',