X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=040a5863b6d340c2b9ca5980570a5bb0cb5ab5cf;hb=0c2fdbed4f6d4beee1fd4087a84f67f350618887;hp=74ffec587c7549612dfebefc41018cb9ddad08d9;hpb=f6982f5fc215257210cc837934331e0cade2898e;p=gitmo%2FMooseX-MetaDescription.git 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';