X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=71898e11546a2ebeab8452a3525b7b427ae2dc30;hb=154ef0c8918fbe9315ae5e66ae609548dd550165;hp=af34df95007389a54421e07c864d0397d0f7adba;hpb=33632a44f189d7d49c8060076e382f2df36d7283;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index af34df9..71898e1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -34,13 +34,11 @@ requires 'Tree::Simple::Visitor::FindByPath'; requires 'URI' => '1.35'; requires 'Text::Balanced'; # core in 5.8.x but mentioned for completeness requires 'MRO::Compat'; +requires 'String::RewritePrefix' => '0.004'; # Catalyst::Utils::resolve_namespace 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