avoid needing . in @INC in dev mode
[p5sagit/Distar.git] / bin / distar-init
index b0518f0..d909e7c 100755 (executable)
@@ -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',