Version 0.02
[catagits/CatalystX-Script-Server-Starman.git] / lib / CatalystX / Script / Server / Starman.pm
index 4f0b6cf..5fee6f0 100644 (file)
@@ -5,7 +5,7 @@ use Pod::Usage;
 use Pod::Find qw(pod_where);
 use namespace::autoclean;
 
-our $VERSION = '0.01';
+our $VERSION = '0.02';
 
 extends 'Catalyst::Script::Server';
 
@@ -107,9 +107,12 @@ added by hacking your server script.
 
 =head1 Adding this to your application
 
-Just write a server script in your application which inherits from this
+Just add a server script module to your application which inherits from this
 package.
 
+L<Catalyst::ScriptRunner> will automatically detect and use it when
+script/myapp_server.pl is started.
+
 For example:
 
     package MyApp::Script::Server;