avoid needing . in @INC in dev mode
[p5sagit/lib-with-preamble.git] / Makefile.PL
index dcb5e56..c3c0e54 100644 (file)
@@ -2,10 +2,10 @@ 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',