X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=1875ae53e382499b58b37b3058ac8b3f45cc15bc;hb=c929b89e2beee6a2a2ebec20b577279539a87df8;hp=dcb5e56cf5df7f4faadb972aac9e19ca07cd148c;hpb=68b34d4524f68b36252f8c6cb0b86c9fd569b27c;p=p5sagit%2Flib-with-preamble.git diff --git a/Makefile.PL b/Makefile.PL index dcb5e56..1875ae5 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 => 'lib-with-preamble', + NAME => 'lib::with::preamble', VERSION_FROM => 'lib/lib/with/preamble.pm', PM_FILTER => 'perl my/filter', MIN_PERL_VERSION => '5.008001',