From: Graham Knop Date: Tue, 26 Sep 2017 22:14:54 +0000 (+0200) Subject: fix dev mode when no dot in @INC X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=87118934de1334c4a2eb24e729e9409a1608c352;p=catagits%2FCatalyst-View-TT.git fix dev mode when no dot in @INC --- diff --git a/Makefile.PL b/Makefile.PL index f9437ad..623f9ed 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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',