X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=3456a070af41e2d97bf060fc93099ce96a6baac6;hb=0f875412cdfbc1f0602b973fcd93d34189e8a43f;hp=1fd1cbeac7b38c4b105c53731cbeab3cb087b299;hpb=f2b01c0ffed2f37b732505c08669db00c2baeeb3;p=p5sagit%2FFunction-Parameters.git diff --git a/Makefile.PL b/Makefile.PL index 1fd1cbe..3456a07 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use 5.014; +use 5.006; use strict; use warnings; use ExtUtils::MakeMaker; @@ -16,6 +16,7 @@ WriteMakefile( BUILD_REQUIRES => { 'Dir::Self' => 0, 'Test::More' => 0, + 'Test::Fatal' => 0, }, PREREQ_PM => { 'Carp' => 0, @@ -35,6 +36,7 @@ WriteMakefile( }, }, depend => { Makefile => '$(VERSION_FROM)' }, + test => { TESTS => 't/*.t t/foreign/*.t t/foreign/*/*.t' }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'Function-Parameters-*' }, );