this should always have been STDERR (thanks polettix)
[p5sagit/App-FatPacker.git] / Makefile.PL
index 18aa8af..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',
@@ -41,7 +41,7 @@ WriteMakefile(
           'File::Path' => '0',
           'File::Spec::Functions' => '0',
           'File::Spec::Unix' => '0',
-          'Getopt::Long;' => '0',
+          'Getopt::Long' => '0',
         },
       },
       test => {
@@ -49,7 +49,7 @@ WriteMakefile(
           'File::Basename' => '0',
           'File::Spec' => '0',
           'File::Temp' => '0',
-          'Test::More' => '0',
+          'Test::More' => '0.82',
         },
       },
     },