Switched to Module::Install
[catagits/Catalyst-Runtime.git] / t / live / lib / TestApp / View / Dump / Request.pm
diff --git a/t/live/lib/TestApp/View/Dump/Request.pm b/t/live/lib/TestApp/View/Dump/Request.pm
deleted file mode 100644 (file)
index 5655b3f..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-package TestApp::View::Dump::Request;
-
-use strict;
-use base qw[TestApp::View::Dump];
-
-sub process {
-    my ( $self, $c ) = @_;
-    return $self->SUPER::process( $c, $c->request );
-}
-
-1;