X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=623f9ed56458bf17a12dbdd20145641d2bb37c72;hb=master;hp=72b16adaf51fb6112ddd2b7733f3f353ff82e67f;hpb=ab1b30c7bf51e6e04e79839a473de290a2d930fb;p=catagits%2FCatalyst-View-TT.git diff --git a/Makefile.PL b/Makefile.PL index 72b16ad..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', @@ -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', },