X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=c4a97d8272478f41ca220c8638a88c3518d2e0ca;hb=master;hp=18aa8aff188a46dbec3c86e629fc2bcbc13f84e2;hpb=ed1c67db6e74083c289ee2ba443f7467bd6e691d;p=p5sagit%2FApp-FatPacker.git diff --git a/Makefile.PL b/Makefile.PL index 18aa8af..c4a97d8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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', }, }, },