From: Tomas Doran Date: Fri, 19 Jun 2009 20:46:45 +0000 (+0000) Subject: Remove MockObject from Makefile.PL X-Git-Tag: 5.80014_02~144 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=9b1db775e21c29d58957aa1eb7f1446c83b4967a Remove MockObject from Makefile.PL --- diff --git a/Changes b/Changes index ed00869..5a5f47d 100644 --- 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 diff --git a/Makefile.PL b/Makefile.PL index af34df9..a1b635a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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