X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=a8d1cf2c4146d7b9eade1a8c95e990a633c28e3f;hp=99968575c23f2bb7093d5ea010668d09e22edef1;hb=634780e00f88651be2fe6f261d56604e313b369a;hpb=a95485ca429b33eda98ab4d305cbbf63d51071f0 diff --git a/Makefile.PL b/Makefile.PL index 9996857..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,7 +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::Authentication::Credential::HTTP' => '1.009', 'Catalyst::Plugin::Session::Store::File' => '0.16', 'Catalyst::Plugin::Session' => '0.21', 'Catalyst::Plugin::Session::State::Cookie' => '0.10',