uri_for fixup (with thanks to phaylon)
[catagits/Catalyst-Runtime.git] / t / lib / TestApp / Controller / Root.pm
index 281782a..a9cbbda 100644 (file)
@@ -4,4 +4,6 @@ use base 'Catalyst::Controller';
 
 __PACKAGE__->config->{namespace} = '';
 
+sub chain_root_index : Chained('/') PathPart('') Args(0) { }
+
 1;