rah. rename everything.
[catagits/Catalyst-Runtime.git] / t / lib / TestApp / Controller / Action / ChildOf / Bar.pm
diff --git a/t/lib/TestApp/Controller/Action/ChildOf/Bar.pm b/t/lib/TestApp/Controller/Action/ChildOf/Bar.pm
deleted file mode 100644 (file)
index f83a882..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-package TestApp::Controller::Action::ChildOf::Bar;
-
-use strict;
-use warnings;
-
-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('/') { }
-
-1;