use strict, warnings in the filter code
[p5sagit/lib-with-preamble.git] / Makefile.PL
index 5741a80..1875ae5 100644 (file)
@@ -5,9 +5,10 @@ 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',
   PREREQ_PM => {
     'PerlIO::via::dynamic' => '0.02',
     'File::Spec' => '0',