avoid needing . in @INC in dev mode
Graham Knop [Sun, 16 Oct 2016 11:34:50 +0000 (07:34 -0400)]
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',