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

diff --git a/Changes b/Changes
index 744f89a..c19c93f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+  - fix NAME in Makefile.PL (RT#84209)
+
 1.001002 - 2012-09-19
   - Declare the Test::Fatal build dependency
 
index f732133..7f4a7cf 100644 (file)
@@ -5,7 +5,7 @@ use ExtUtils::MakeMaker;
 (do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
 
 WriteMakefile(
-  NAME => 'Package-Variant',
+  NAME => 'Package::Variant',
   VERSION_FROM => 'lib/Package/Variant.pm',
   CONFIGURE_REQUIRES => {
     'ExtUtils::MakeMaker' => '6.55_01', # for BUILD_REQUIRES