| Catalyst-Runtime documentation | view source | Contained in the Catalyst-Runtime distribution. |
Catalyst::ScriptRunner - The Catalyst Framework script runner
# Will run MyApp::Script::Server if it exists, otherwise
# will run Catalyst::Script::Server.
Catalyst::ScriptRunner->run('MyApp', 'Server');
This class is responsible for running scripts, either in the application specific namespace
(e.g. MyApp::Script::Server), or the Catalyst namespace (e.g. Catalyst::Script::Server)
Called with two parameters, the application classs (e.g. MyApp) and the script class, (i.e. one of Server/FastCGI/CGI/Create/Test)
Catalyst Contributors, see Catalyst.pm
This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.
| Catalyst-Runtime documentation | view source | Contained in the Catalyst-Runtime distribution. |