avoid needing . in @INC in dev mode
[p5sagit/lib-with-preamble.git] / Makefile.PL
index 5741a80..c3c0e54 100644 (file)
@@ -2,12 +2,13 @@ use strict;
 use warnings FATAL => 'all';
 use 5.008001;
 use ExtUtils::MakeMaker;
-(do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
+(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',