From: Graham Knop Date: Sun, 16 Oct 2016 11:34:50 +0000 (-0400) Subject: avoid needing . in @INC in dev mode X-Git-Tag: v0.003000~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=00588dde676f8cf631411cd04ba70ec99586675b;p=p5sagit%2FDistar.git avoid needing . in @INC in dev mode --- diff --git a/bin/distar-init b/bin/distar-init index b0518f0..d909e7c 100755 --- 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',