1Catalyst::ScriptRunner(U3s)er Contributed Perl DocumentatCiaotnalyst::ScriptRunner(3)
2
3
4
6 Catalyst::ScriptRunner - The Catalyst Framework script runner
7
9 # Will run MyApp::Script::Server if it exists, otherwise
10 # will run Catalyst::Script::Server.
11 Catalyst::ScriptRunner->run('MyApp', 'Server');
12
14 This class is responsible for running scripts, either in the
15 application specific namespace (e.g. "MyApp::Script::Server"), or the
16 Catalyst namespace (e.g. "Catalyst::Script::Server")
17
19 run ($application_class, $scriptclass)
20 Called with two parameters, the application classs (e.g. MyApp) and the
21 script class, (i.e. one of Server/FastCGI/CGI/Create/Test)
22
24 Catalyst Contributors, see Catalyst.pm
25
27 This library is free software. You can redistribute it and/or modify it
28 under the same terms as Perl itself.
29
30
31
32perl v5.12.1 2009-11-30 Catalyst::ScriptRunner(3)