avoid relying on . being in @INC
Karen Etheridge [Fri, 17 Mar 2017 18:20:11 +0000 (11:20 -0700)]
Makefile.PL

index 5ef9cee..ed7fd06 100644 (file)
@@ -3,7 +3,7 @@ use warnings FATAL => 'all';
 
 use 5.008001;
 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';
 
 use ExtUtils::Depends;
 my $pkg = ExtUtils::Depends->new('Devel::Declare', 'B::Hooks::OP::Check');