X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=a8d1cf2c4146d7b9eade1a8c95e990a633c28e3f;hb=a50e5b463c6cc4044b7d39a157d54db64212ef51;hp=cf83e7e9e12695f3cb93f4c91afe019a2c366c94;hpb=c49128b19ce9fa7afa95ccf9e95da00f74569ab5;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index cf83e7e..a8d1cf2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -38,7 +38,9 @@ requires 'MRO::Compat'; recommends 'B::Hooks::OP::Check::StashChange'; test_requires 'Class::Data::Inheritable'; -test_requires 'Test::MockObject'; +test_requires 'Test::MockObject' => '1.07'; # Newish (hah, 2006!) version to + # hopefully avoid broken distro + # packages (RT#46104) # 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')) {