fix author mode when . is not in @INC
Graham Knop [Sun, 19 Mar 2017 18:38:50 +0000 (19:38 +0100)]
Makefile.PL

index e42c819..d7aac45 100644 (file)
@@ -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',