From: Matt S Trout Date: Thu, 3 May 2012 20:14:47 +0000 (+0000) Subject: correct dist name X-Git-Tag: v1.000001~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FImport-Into.git;a=commitdiff_plain;h=02f981a9144f18c11938fc7df2d4b2a3a5d286ca correct dist name --- diff --git a/Changes b/Changes index 3ffa760..d3b642d 100644 --- a/Changes +++ b/Changes @@ -1,2 +1,4 @@ + - correct NAME in Makefile.PL + 1.000000 - 2012-05-03 - initial release diff --git a/Makefile.PL b/Makefile.PL index f595a04..e973649 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',