X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=ad7e475480ac453803ece0f3d5d0d21e4666514a;hb=fda5874b001faac3884bc6e5c06b9b5bf2c9ae44;hp=037f59436470277435f3fa4df0245ed940e0ff34;hpb=3e22515631afed59f8e11c8790ebcfb81874c19f;p=p5sagit%2FSub-Exporter-Progressive.git diff --git a/Makefile.PL b/Makefile.PL index 037f594..ad7e475 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,7 +3,7 @@ use warnings; use 5.006; 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 %BUILD_DEPS = ( 'Test::More' => '0.88'