fix dev mode when no dot in @INC
[catagits/Catalyst-View-TT.git] / Makefile.PL
index 72b16ad..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',
@@ -19,9 +19,10 @@ my %WriteMakefileArgs = (
         'Template::Timer'   => 0,
         'Path::Class'       => 0,
         'MRO::Compat'       => 0,
+        'Data::Dump'        => 0,
     },
     TEST_REQUIRES => {
-        'Test::More'        => '0',
+        'Test::More'        => '0.88',
         'File::Spec'        => '0',
     },