Mangle package declerations to hide testapp from PAUSE
[catagits/Catalyst-Engine-STOMP.git] / testapp / lib / StompTestApp / Controller / TestController.pm
index b91de19..a3b83b2 100644 (file)
@@ -1,5 +1,7 @@
-package StompTestApp::Controller::TestController;
+package # Hide from PAUSE
+  StompTestApp::Controller::TestController;
 use Moose;
+use namespace::autoclean;
 
 BEGIN { extends 'Catalyst::Controller::MessageDriven' };