controller actions without attributes which are defined via config
[catagits/Catalyst-Runtime.git] / Makefile.PL
index c5475d7..cd3dd33 100644 (file)
@@ -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';
 
@@ -41,6 +42,7 @@ 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
 if ($ENV{AGGREGATE_TESTS} && can_use('Test::Aggregate', '0.34_01')) {