From: gfx Date: Fri, 5 Feb 2010 10:09:17 +0000 (+0900) Subject: The Mouse dist does no longer include Test::Exception. The latest version, 0.29,... X-Git-Tag: 0.50~14 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=da1d264b1de0a4762f6e77f61b4d577144b07889 The Mouse dist does no longer include Test::Exception. The latest version, 0.29, seems good. --- diff --git a/Makefile.PL b/Makefile.PL index 8ef3d6c..d83108e 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -16,11 +16,9 @@ all_from 'lib/Mouse.pm'; requires 'Scalar::Util' => 1.14; test_requires 'Test::More' => 0.88; -test_requires 'Test::Exception' => 0.27; +test_requires 'Test::Exception' => 0.29; # test_requires 'Test::Output' => 0.16; # too many dependencies! -include_deps 'Test::Exception'; # work around 0.27_0x (its use of diehook might be wrong) - if($] < 5.010) { recommends 'Class::C3'; }