From: Graham Knop Date: Sun, 19 Mar 2017 18:38:50 +0000 (+0100) Subject: fix author mode when . is not in @INC X-Git-Tag: v0.033~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FWeb-Simple.git;a=commitdiff_plain;h=ee0f0da2413471d37714c1aeba1348cfda88c8f1 fix author mode when . is not in @INC --- 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',