projects
/
p5sagit/Distar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9101967
)
avoid needing . in @INC in dev mode
Graham Knop [Sun, 16 Oct 2016 11:34:50 +0000 (07:34 -0400)]
bin/distar-init
patch
|
blob
|
blame
|
history
diff --git
a/bin/distar-init
b/bin/distar-init
index
b0518f0
..
d909e7c
100755
(executable)
--- a/
bin/distar-init
+++ b/
bin/distar-init
@@
-26,7
+26,7
@@
use strict;
use warnings FATAL => 'all';
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 => '%s',