3 use Catalyst
::ScriptRunner
;
4 Catalyst
::ScriptRunner
->run('Slists', 'Test');
10 slists_test.pl - Catalyst Test
14 slists_test.pl [options] uri
17 --help display this help and exits
20 slists_test.pl http://localhost/some_action
21 slists_test.pl /some_action
24 perldoc Catalyst::Manual
25 perldoc Catalyst::Manual::Intro
29 Run a Catalyst action from the command line.
33 Catalyst Contributors, see Catalyst.pm
37 This library is free software. You can redistribute it and/or modify
38 it under the same terms as Perl itself.