fix dev mode when no dot in @INC master mirror/master
Graham Knop [Tue, 26 Sep 2017 22:14:54 +0000 (00:14 +0200)]
Makefile.PL

index f9437ad..623f9ed 100644 (file)
@@ -4,7 +4,7 @@ use warnings;
 use ExtUtils::MakeMaker;
 
 ExtUtils::MakeMaker->VERSION('7.00') unless -f 'META.yml';
-(do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
+(do './maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
 
 my %WriteMakefileArgs = (
     NAME => 'Catalyst::View::TT',