projects
/
p5sagit/App-FatPacker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d1f34ab
)
fix for . not in @INC
Matt S Trout [Tue, 6 Apr 2021 22:20:17 +0000 (22:20 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
1077f48
..
c4a97d8
100644
(file)
--- 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',