From: Karen Etheridge Date: Tue, 26 Mar 2013 04:06:02 +0000 (-0700) Subject: fix NAME entry in Makefile.PL (RT#84211) X-Git-Tag: v1.001001~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=88c433b36978eedd3fd52e2004debc275a71ad62;p=p5sagit%2FImport-Into.git fix NAME entry in Makefile.PL (RT#84211) --- diff --git a/Changes b/Changes index ccb8f1f..b12c9ff 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ + - fix NAME in Makefile.PL (RT#84211) + 1.001000 - 2012-05-12 - add unimport::out_of diff --git a/Makefile.PL b/Makefile.PL index e973649..f595a04 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 => 'Import-Into', + NAME => 'Import::Into', VERSION_FROM => 'lib/Import/Into.pm', PREREQ_PM => { }, LICENSE => 'perl',