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