X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FWeb-Simple.git;a=blobdiff_plain;f=Makefile.PL;h=d7aac45152d17841e1f4ce6d280b6f6456519918;hp=e42c819bc9ab8e68e0bdb83c59a3701f00079d0d;hb=ee0f0da2413471d37714c1aeba1348cfda88c8f1;hpb=7c462470cf7d0eba7252dfa03b072a61608dedd9 diff --git a/Makefile.PL b/Makefile.PL index e42c819..d7aac45 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,7 +3,7 @@ use warnings FATAL => 'all'; 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 %WriteMakefileArgs = ( NAME => 'Web::Simple',