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