From: Karen Etheridge Date: Sat, 4 Oct 2014 17:36:52 +0000 (-0700) Subject: NAME must be a package name, not the dist name X-Git-Tag: v0.001003~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c929b89e2beee6a2a2ebec20b577279539a87df8;hp=68b34d4524f68b36252f8c6cb0b86c9fd569b27c;p=p5sagit%2Flib-with-preamble.git NAME must be a package name, not the dist name --- 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',