From: Tomas Doran Date: Sat, 3 Mar 2012 05:58:11 +0000 (+0000) Subject: Fix RT#75491 X-Git-Tag: 0.05~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b0a00e97326cf9e248d7bc4dbba327ae7b17575e;p=gitmo%2FMooseX-MetaDescription.git Fix RT#75491 --- diff --git a/Makefile.PL b/Makefile.PL index e95650f..cdce96b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,6 +13,7 @@ requires 'Moose' => 0.40; # things the tests need build_requires 'Test::More' => '0.62'; +build_requires 'Test::Exception'; author_requires 'Test::Pod' => '1.14'; author_requires 'Test::Pod::Coverage';