avoid needing . in @INC in dev mode
Graham Knop [Sat, 15 Oct 2016 21:07:13 +0000 (17:07 -0400)]
Makefile.PL

index 309b02e..a399b45 100644 (file)
@@ -67,7 +67,7 @@ sub is_smoker {
 
 ## 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;