[Catalyst-commits] r10167 - Catalyst-Runtime/5.80/trunk

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Fri May 15 10:11:37 GMT 2009


Author: t0m
Date: 2009-05-15 10:11:37 +0000 (Fri, 15 May 2009)
New Revision: 10167

Modified:
   Catalyst-Runtime/5.80/trunk/Makefile.PL
Log:
Add dep

Modified: Catalyst-Runtime/5.80/trunk/Makefile.PL
===================================================================
--- Catalyst-Runtime/5.80/trunk/Makefile.PL	2009-05-15 09:41:11 UTC (rev 10166)
+++ Catalyst-Runtime/5.80/trunk/Makefile.PL	2009-05-15 10:11:37 UTC (rev 10167)
@@ -38,7 +38,9 @@
 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')) {




More information about the Catalyst-commits mailing list