From: Matt S Trout Date: Tue, 6 Apr 2021 22:20:17 +0000 (+0000) Subject: fix for . not in @INC X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FApp-FatPacker.git;a=commitdiff_plain;h=e7c23da7a92d073a3d5be76dc45c696bc408f614 fix for . not in @INC --- diff --git a/Makefile.PL b/Makefile.PL index 1077f48..c4a97d8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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',