X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FGitalist.git;a=blobdiff_plain;f=local-lib5%2Flib%2Fperl5%2Fauto%2Fshare%2Fdist%2FCatalyst-Devel%2Fscript%2Fmyapp_cgi.pl.tt;fp=local-lib5%2Flib%2Fperl5%2Fauto%2Fshare%2Fdist%2FCatalyst-Devel%2Fscript%2Fmyapp_cgi.pl.tt;h=d06096708aaa81435f4daa15c101f74fb19792e9;hp=0000000000000000000000000000000000000000;hb=3fea05b9fbf95091f4522528b9980a33e0235603;hpb=af746827daa7a8feccee889e1d12ebc74cc9201e diff --git a/local-lib5/lib/perl5/auto/share/dist/Catalyst-Devel/script/myapp_cgi.pl.tt b/local-lib5/lib/perl5/auto/share/dist/Catalyst-Devel/script/myapp_cgi.pl.tt new file mode 100644 index 0000000..d060967 --- /dev/null +++ b/local-lib5/lib/perl5/auto/share/dist/Catalyst-Devel/script/myapp_cgi.pl.tt @@ -0,0 +1,30 @@ +[% startperl %] + +use Catalyst::ScriptRunner; +Catalyst::ScriptRunner->run('[% name %]', 'CGI'); + +1; + +=head1 NAME + +[% appprefix %]_cgi.pl - Catalyst CGI + +=head1 SYNOPSIS + +See L + +=head1 DESCRIPTION + +Run a Catalyst application as a cgi script. + +=head1 AUTHORS + +Catalyst Contributors, see Catalyst.pm + +=head1 COPYRIGHT + +This library is free software. You can redistribute it and/or modify +it under the same terms as Perl itself. + +=cut +