X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=6312e884cd495650bd13b5b9f0ee67edac3a6b31;hb=2bd70cbd704cfdfeb090066c3433670b3e17ebbc;hp=bf252b41bcea4c2a8c1df03eef9f0828f0c560e9;hpb=ea96ce50016389a498adf3572a7894091caf3a2c;p=p5sagit%2FSub-Exporter-Progressive.git diff --git a/Makefile.PL b/Makefile.PL index bf252b4..6312e88 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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',