fix for . not in @INC
[p5sagit/App-FatPacker.git] / Makefile.PL
index 1077f48..c4a97d8 100644 (file)
@@ -4,7 +4,7 @@ use ExtUtils::MakeMaker;
 
 use 5.008000;
 
-(do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
+(do './maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
 
 WriteMakefile(
   NAME => 'App::FatPacker',