From: Dagfinn Ilmari Mannsåker Date: Sat, 8 Dec 2012 23:09:57 +0000 (+0000) Subject: Add missing Test::Exception test prereq X-Git-Tag: 0.06~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0b706e04f75898cc88adb7022e80192eae391f2f;p=gitmo%2FMooseX-MetaDescription.git Add missing Test::Exception test prereq --- diff --git a/Makefile.PL b/Makefile.PL index 74ffec5..040a586 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,6 +13,7 @@ requires 'Moose' => 0.40; # things the tests need test_requires 'Test::More' => '0.62'; +test_requires 'Test::Exception'; author_requires 'Test::Pod' => '1.14'; author_requires 'Test::Pod::Coverage';