3 use Catalyst
::ScriptRunner
;
4 Catalyst
::ScriptRunner
->run('SGN', 'Test');
10 sgn_test.pl - Catalyst Test
14 sgn_test.pl [options] uri
17 --help display this help and exits
20 sgn_test.pl http://localhost/some_action
21 sgn_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.