fix for . not in @INC
[p5sagit/App-FatPacker.git] / Makefile.PL
index f5c64f9..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',
@@ -49,7 +49,7 @@ WriteMakefile(
           'File::Basename' => '0',
           'File::Spec' => '0',
           'File::Temp' => '0',
-          'Test::More' => '0',
+          'Test::More' => '0.82',
         },
       },
     },