NAME must be a package name, not the dist name
Karen Etheridge [Sat, 4 Oct 2014 17:36:52 +0000 (10:36 -0700)]
Makefile.PL

index dcb5e56..1875ae5 100644 (file)
@@ -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',