Split into new dist
[catagits/Catalyst-Action-Serialize-Data-Serializer.git] / t / lib / Test / Action / Class / Sub.pm
diff --git a/t/lib/Test/Action/Class/Sub.pm b/t/lib/Test/Action/Class/Sub.pm
deleted file mode 100644 (file)
index 372fcfc..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-package Test::Action::Class::Sub;
-use Moose;
-
-extends 'Test::Action::Class';
-
-before execute => sub {
-   my ($self, $controller, $c, @args) = @_;
-   $c->response->header( 'Using-Sub-Action' => 'MOO' );
-};
-
-no Moose;
-
-1;