X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=6fadbfcc9c2febfd84aeb43c498274e08787b2a4;hb=6376e429c660049a7e6b735bd785d49803dc8d05;hp=9701c9e7f53ec8501857bd198938885b47c718ee;hpb=c3476f31b926cb4e23c5742260ed6976cace4966;p=gitmo%2FMooseX-UndefTolerant.git diff --git a/Makefile.PL b/Makefile.PL index 9701c9e..6fadbfc 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,7 +5,8 @@ all_from 'lib/MooseX/UndefTolerant.pm'; author q{Cory G Watson }; license 'perl'; -build_requires 'Test::More'; +build_requires 'Test::Fatal'; +build_requires 'Test::More' => '0.002'; requires 'Moose' => '0.89'; requires 'Moose::Exporter';