projects
/
p5sagit/lib-with-preamble.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4140864
)
avoid needing . in @INC in dev mode
Graham Knop [Mon, 17 Oct 2016 15:33:53 +0000 (11:33 -0400)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
1875ae5
..
c3c0e54
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-2,7
+2,7
@@
use strict;
use warnings FATAL => 'all';
use 5.008001;
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';
WriteMakefile(
NAME => 'lib::with::preamble',