X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=Makefile.PL;h=d83108e70875eba7dd898ed2f5ac756761fb0e9e;hp=8ef3d6c9baf2c436910d63a593b1ed460ab5f5e4;hb=637d4f17e6965551c032a3115dcbbb4d8e01fbf5;hpb=1e2f28887640dc30c6dd2825afc131ff0f1ec21e 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'; }