Remove MockObject from Makefile.PL
Tomas Doran [Fri, 19 Jun 2009 20:46:45 +0000 (20:46 +0000)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index ed00869..5a5f47d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -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
 
index af34df9..a1b635a 100644 (file)
@@ -38,9 +38,6 @@ requires 'MRO::Compat';
 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