Fix docs. The phrases "Fewer than 1%" and "over 96%" are very confusing, so I removed...
[gitmo/Mouse.git] / Makefile.PL
index 8ef3d6c..d83108e 100755 (executable)
@@ -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';
 }