fix dev mode when no dot in @INC
[catagits/Catalyst-View-TT.git] / 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',