X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=a8d1cf2c4146d7b9eade1a8c95e990a633c28e3f;hb=e8674cf7f976c463a6a1bba11f327826973a5580;hp=bd120f07b49acba0a0bbece6690ddb6da98407e7;hpb=c98492ae581627840eb5573f6b979550044b2d9a;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index bd120f0..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')) { @@ -106,6 +108,7 @@ EOF # NOTE - This is the version number of the _incompatible_ code, # not the version number of the fixed version. my %conflicts = ( + 'Catalyst::Authentication::Credential::HTTP' => '1.009', 'Catalyst::Plugin::Session::Store::File' => '0.16', 'Catalyst::Plugin::Session' => '0.21', 'Catalyst::Plugin::Session::State::Cookie' => '0.10',