rah. rename everything.
[catagits/Catalyst-Runtime.git] / t / lib / TestApp / Controller / Action / Chained / Bar.pm
@@ -1,4 +1,4 @@
-package TestApp::Controller::Action::ChildOf::Bar;
+package TestApp::Controller::Action::Chained::Bar;
 
 use strict;
 use warnings;
@@ -9,6 +9,6 @@ use base qw/Catalyst::Controller/;
 #   Redispatching between controllers that are not in a parent/child
 #   relation. This is the root.
 #
-sub cross1 :PathPart('childof/cross') :Captures(1) :ChildOf('/') { }
+sub cross1 :PathPart('chained/cross') :Captures(1) :Chained('/') { }
 
 1;