From: Tomas Doran Date: Fri, 29 May 2009 09:31:32 +0000 (+0000) Subject: Add Test::Exception in test_requires to Makefile.PL X-Git-Tag: 5.80005~14 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=cdc9666717c637b4b6ea6f52555b896a84c17ef0;hp=3d101ef947ea1bb88451a626a3b9749952f55fbd Add Test::Exception in test_requires to Makefile.PL --- diff --git a/Makefile.PL b/Makefile.PL index c5475d7..a15ed5d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -41,6 +41,7 @@ test_requires 'Class::Data::Inheritable'; test_requires 'Test::MockObject' => '1.07'; # Newish (hah, 2006!) version to # hopefully avoid broken distro # packages (RT#46104) +test_requires 'Test::Exception'; # aggregate tests if AGGREGATE_TESTS is set and a recent Test::Aggregate is available if ($ENV{AGGREGATE_TESTS} && can_use('Test::Aggregate', '0.34_01')) {