this should always have been STDERR (thanks polettix)
[p5sagit/App-FatPacker.git] / Makefile.PL
index 9eeb66e..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',
@@ -17,7 +17,6 @@ WriteMakefile(
   META_MERGE => {
     'meta-spec' => { version => '2' },
     dynamic_config => 0,
-    x_static_install => 1,
     resources => {
       # r/w: p5sagit@git.shadowcat.co.uk:App-FatPacker.git
       repository => {