avoid needing . in @INC in dev mode
Graham Knop [Sun, 16 Oct 2016 11:36:05 +0000 (07:36 -0400)]
Makefile.PL

index dd4131c..b24d5be 100644 (file)
@@ -47,7 +47,7 @@ my %MM_ARGS = (
 
 ## BOILERPLATE ###############################################################
 require ExtUtils::MakeMaker;
-(do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
+(do './maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
 
 # have to do this since old EUMM dev releases miss the eval $VERSION line
 my $eumm_version  = eval $ExtUtils::MakeMaker::VERSION;