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