X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=cd3dd33a420e43712e1cc4c7470bdb9fff58379f;hb=17b3d80076b6acb25d56ed83b0ed7134ed4fb343;hp=a15ed5dd05e72dcbbf1c1750d7ddb81513ef5bac;hpb=7d665b582162163415de0d7579403218cf4e66a6;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index a15ed5d..cd3dd33 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -34,6 +34,7 @@ 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';