projects
/
p5sagit/Sub-Exporter-Progressive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3e22515
)
avoid needing . in @INC in dev mode
master
Graham Knop [Mon, 17 Oct 2016 15:38:25 +0000 (11:38 -0400)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
037f594
..
ad7e475
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-3,7
+3,7
@@
use warnings;
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 %BUILD_DEPS = (
'Test::More' => '0.88'