More cleanups in the generated skeleton app
[catagits/Catalyst-Devel.git] / share / script / myapp_test.pl.tt
1 [% startperl %]
2
3 use Catalyst::ScriptRunner;
4 Catalyst::ScriptRunner->run('[% name %]','Test');
5
6 1;
7
8
9 =head1 NAME
10
11 [% appprefix %]_test.pl - Catalyst Test
12
13 =head1 SYNOPSIS
14
15 [% appprefix %]_test.pl [options] uri
16
17  Options:
18    -help    display this help and exits
19
20  Examples:
21    [% appprefix %]_test.pl http://localhost/some_action
22    [% appprefix %]_test.pl /some_action
23
24  See also:
25    perldoc Catalyst::Manual
26    perldoc Catalyst::Manual::Intro
27
28 =head1 DESCRIPTION
29
30 Run a Catalyst action from the command line.
31
32 =head1 AUTHORS
33
34 Catalyst Contributors, see Catalyst.pm
35
36 =head1 COPYRIGHT
37
38 This library is free software. You can redistribute it and/or modify
39 it under the same terms as Perl itself.
40
41 =cut