Move the testapp out of the main directory and under t/, avoiding the need for a...
[catagits/Catalyst-Engine-STOMP.git] / testapp / lib / StompTestApp.pm
diff --git a/testapp/lib/StompTestApp.pm b/testapp/lib/StompTestApp.pm
deleted file mode 100644 (file)
index 7ed0f1b..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-package # Hide from PAUSE
-  StompTestApp;
-use Moose;
-use Catalyst::Runtime '5.80003';
-
-use Catalyst qw/
-                ConfigLoader
-              /;
-use namespace::autoclean;
-
-extends 'Catalyst';
-
-__PACKAGE__->config( name => 'StompTestApp' );
-__PACKAGE__->setup;
-__PACKAGE__->meta->make_immutable;
-