Attempt to please PAUSE by renaming our test app, and marking its package no_index
[catagits/Catalyst-Engine-STOMP.git] / testapp / lib / StompTestApp.pm
similarity index 75%
rename from testapp/lib/TestApp.pm
rename to testapp/lib/StompTestApp.pm
index c28f6ac..f25be17 100644 (file)
@@ -1,4 +1,4 @@
-package TestApp;
+package StompTestApp;
 use Moose;
 use Catalyst::Runtime '5.80002';
 
@@ -10,7 +10,7 @@ extends 'Catalyst';
 
 our $VERSION = '0.01';
 
-__PACKAGE__->config( name => 'TestApp' );
+__PACKAGE__->config( name => 'StompTestApp' );
 __PACKAGE__->setup();
 __PACKAGE__->meta->make_immutable;