X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=9d8bc437b82a291d5d17f52fcaac61268241e665;hb=a133bcea30632f3bdb815d5001e364675dc14028;hp=c26b75178695250c6825075b0246ba6384c59252;hpb=a09601ab6f3b4b6efb78d3f24a050fec92dcf02f;p=gitmo%2FMouse.git diff --git a/Makefile.PL b/Makefile.PL index c26b751..9d8bc43 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,7 +13,9 @@ requires 'Scalar::Util' => 1.14; test_requires 'Test::More' => 0.88; test_requires 'Test::Exception' => 0.27; -test_requires 'Test::Output' => 0.16; +# test_requires 'Test::Output' => 0.16; # too many dependencies! + +include 'Test::Exception'; # work around 0.27_0x (its use of diehook might be wrong) recommends 'MRO::Compat' if $] < 5.010;