projects
/
gitmo/Algorithm-C3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
884f521
)
avoid needing . in @INC in dev mode
master
Graham Knop [Sat, 15 Oct 2016 21:04:51 +0000 (17:04 -0400)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
1e738fe
..
0ba3f6d
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-2,7
+2,7
@@
use strict;
use warnings FATAL => 'all';
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.47,