X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=0b7834571cb27a508eec94800d2875a148e1597b;hb=96a1bf75c83277e1963b9848b7a898c1d7397bb1;hp=734cfb8d90133fe26f35f798d53fe1509aebbe30;hpb=2c3375e8110fa8feec9c64eac6e9c3a2901df78f;p=p5sagit%2FJSON-MaybeXS.git diff --git a/Makefile.PL b/Makefile.PL index 734cfb8..0b78345 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,7 +1,7 @@ use strict; use warnings FATAL => 'all'; use ExtUtils::MakeMaker; -(do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml'; +(do './maint/Makefile.PL.include' or die $@) unless -f 'META.yml'; my %WriteMakefileArgs = ( NAME => 'JSON::MaybeXS',