fix for . not in @INC
Matt S Trout [Tue, 6 Apr 2021 22:20:17 +0000 (22:20 +0000)]
Makefile.PL

index 1077f48..c4a97d8 100644 (file)
@@ -4,7 +4,7 @@ use ExtUtils::MakeMaker;
 
 use 5.008000;
 
-(do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
+(do './maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
 
 WriteMakefile(
   NAME => 'App::FatPacker',