Add note about new method in Upgrading.pod
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Script / Test.pm
index 36934b2..0164cc6 100644 (file)
@@ -1,7 +1,7 @@
 package Catalyst::Script::Test;
 use Moose;
 use Catalyst::Test ();
-use namespace::autoclean;
+use namespace::clean -except => [ 'meta' ];
 
 with 'Catalyst::ScriptRole';
 
@@ -17,6 +17,7 @@ sub run {
 
 
 __PACKAGE__->meta->make_immutable;
+1;
 
 =head1 NAME
 
@@ -33,6 +34,10 @@ Catalyst::Script::Test - Test Catalyst application on the command line
 
 Script to perform a test hit against your application and display the output.
 
+=head1 SEE ALSO
+
+L<Catalyst::ScriptRunner>
+
 =head1 AUTHORS
 
 Catalyst Contributors, see Catalyst.pm