X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=cc44ed43b3691cd7634b68e3de5cda8b7333d1e2;hb=e2439657cecc7f65ae987c229f183f6f4693a7af;hp=918cd8c485a4ea72215b8b2a90de9163c6811efd;hpb=570ccfc8828e5a40de6af65305484ca35e4cdb13;p=p5sagit%2Fcurry.git diff --git a/Makefile.PL b/Makefile.PL index 918cd8c..cc44ed4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,7 +2,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'; WriteMakefile( NAME => 'curry',