Avoid .svn in your sharedir problem by adding an INSTALL.SKIP file
[catagits/Catalyst-Devel.git] / share / script / myapp_test.pl.tt
CommitLineData
0acedf59 1[% startperl %]
2
b3f6c062 3use Catalyst::ScriptRunner;
4Catalyst::ScriptRunner->run('Catalyst','Test');
0acedf59 5
61;
7
b3f6c062 8
0acedf59 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
30Run a Catalyst action from the command line.
31
32=head1 AUTHORS
33
34Catalyst Contributors, see Catalyst.pm
35
36=head1 COPYRIGHT
37
38This library is free software. You can redistribute it and/or modify
39it under the same terms as Perl itself.
40
41=cut