X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=c25ab1bdcdead7b3ab319c3fcfb2886da4a76bf8;hb=a588ee005c92b0c750a082b442a3ea9edcb54f3c;hp=de65056004af073e28b2aaa4427429836b8e624b;hpb=6b2f4f88343da76848e1fe1a98f9a289bf555055;p=gitmo%2FMooseX-Dependent.git diff --git a/Makefile.PL b/Makefile.PL index de65056..c25ab1b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -15,6 +15,7 @@ requires 'Scalar::Util' => '1.19'; requires 'Devel::PartialDump' => '0.07'; build_requires 'Test::More' => '0.86'; +build_requires 'Test::Exception' => '0.27'; auto_install; tests_recursive;