From: Tomas Doran Date: Fri, 15 May 2009 10:11:37 +0000 (+0000) Subject: Add dep X-Git-Tag: 5.80004~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=83ea876ed1aa634edbcc942a0544e9795cd32778;hp=341620d5b5a0e4f2d77fbe614c810dca47d2006f Add dep --- 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')) {