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

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Fri Jun 19 20:46:46 GMT 2009


Author: t0m
Date: 2009-06-19 20:46:45 +0000 (Fri, 19 Jun 2009)
New Revision: 10599

Modified:
   Catalyst-Runtime/5.80/trunk/Changes
   Catalyst-Runtime/5.80/trunk/Makefile.PL
Log:
Remove MockObject from Makefile.PL

Modified: Catalyst-Runtime/5.80/trunk/Changes
===================================================================
--- Catalyst-Runtime/5.80/trunk/Changes	2009-06-19 20:44:15 UTC (rev 10598)
+++ Catalyst-Runtime/5.80/trunk/Changes	2009-06-19 20:46:45 UTC (rev 10599)
@@ -4,6 +4,8 @@
         -  Revert change to URL encode things passed into $c->uri_for
            Args and CaptureArgs as this causes breakage to pre-existing
            applications.
+        -  Remove use of Test::MockObject as it doesn't install from CPAN
+           in some environments.
 
 5.80005 2009-06-06 14:40:00
 

Modified: Catalyst-Runtime/5.80/trunk/Makefile.PL
===================================================================
--- Catalyst-Runtime/5.80/trunk/Makefile.PL	2009-06-19 20:44:15 UTC (rev 10598)
+++ Catalyst-Runtime/5.80/trunk/Makefile.PL	2009-06-19 20:46:45 UTC (rev 10599)
@@ -38,9 +38,6 @@
 recommends 'B::Hooks::OP::Check::StashChange';
 
 test_requires 'Class::Data::Inheritable';
-test_requires 'Test::MockObject' => '1.07'; # Newish (hah, 2006!) version to
-                                            # hopefully avoid broken distro
-                                            # packages (RT#46104)
 test_requires 'Test::Exception';
 
 # aggregate tests if AGGREGATE_TESTS is set and a recent Test::Aggregate is available




More information about the Catalyst-commits mailing list