X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=share%2Fscript%2Fmyapp_cgi.pl.tt;h=07a7353694aefd3b19db0771362f1d570ec2e762;hb=930239b4145e11904f3802f1970c5a9a07f5ddca;hp=a4bba441e3c0e93bcc9fcbccc34e5fc28bcd830a;hpb=b3f6c0625658e7845f85727fd0611e0c66373b3e;p=catagits%2FCatalyst-Devel.git diff --git a/share/script/myapp_cgi.pl.tt b/share/script/myapp_cgi.pl.tt index a4bba44..07a7353 100644 --- a/share/script/myapp_cgi.pl.tt +++ b/share/script/myapp_cgi.pl.tt @@ -1,7 +1,7 @@ [% startperl %] use Catalyst::ScriptRunner; -Catalyst::ScriptRunner->run('Catalyst','CGI'); +Catalyst::ScriptRunner->run('[% name %]', 'CGI'); 1; @@ -15,7 +15,7 @@ See L =head1 DESCRIPTION -Run a Catalyst application as a cgi script. +Run a Catalyst application as a CGI script. =head1 AUTHORS @@ -23,8 +23,8 @@ 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 +