From: Karen Etheridge Date: Tue, 26 Mar 2013 04:10:44 +0000 (-0700) Subject: fix NAME entry in Makefile.PL (RT#84209) X-Git-Tag: v1.001003~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c18012aadda45fccbb7e09d5b866402f1aebf576;p=p5sagit%2FPackage-Variant.git fix NAME entry in Makefile.PL (RT#84209) --- diff --git a/Changes b/Changes index 744f89a..c19c93f 100644 --- 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 diff --git a/Makefile.PL b/Makefile.PL index f732133..7f4a7cf 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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