Trying to unfuck this branch
[catagits/Catalyst-Runtime.git] / trunk / t / lib / TestApp / Controller / Action / Default.pm
diff --git a/trunk/t/lib/TestApp/Controller/Action/Default.pm b/trunk/t/lib/TestApp/Controller/Action/Default.pm
deleted file mode 100644 (file)
index f3842a8..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-package TestApp::Controller::Action::Default;
-
-use strict;
-use base 'TestApp::Controller::Action';
-
-sub default : Private {
-    my ( $self, $c ) = @_;
-    $c->forward('TestApp::View::Dump::Request');
-}
-
-1;