d06096708aaa81435f4daa15c101f74fb19792e9
[catagits/Gitalist.git] / local-lib5 / lib / perl5 / auto / share / dist / Catalyst-Devel / script / myapp_cgi.pl.tt
1 [% startperl %]
2
3 use Catalyst::ScriptRunner;
4 Catalyst::ScriptRunner->run('[% name %]', 'CGI');
5
6 1;
7
8 =head1 NAME
9
10 [% appprefix %]_cgi.pl - Catalyst CGI
11
12 =head1 SYNOPSIS
13
14 See L<Catalyst::Manual>
15
16 =head1 DESCRIPTION
17
18 Run a Catalyst application as a cgi script.
19
20 =head1 AUTHORS
21
22 Catalyst Contributors, see Catalyst.pm
23
24 =head1 COPYRIGHT
25
26 This library is free software. You can redistribute it and/or modify
27 it under the same terms as Perl itself.
28
29 =cut
30