Somewhat fix the scripts and tests
[catagits/Catalyst-Devel.git] / share / script / myapp_cgi.pl.tt
index a4bba44..9a98915 100644 (file)
@@ -1,7 +1,7 @@
 [% startperl %]
 
 use Catalyst::ScriptRunner;
-Catalyst::ScriptRunner->run('Catalyst','CGI');
+Catalyst::ScriptRunner->run('[% name %]', 'CGI');
 
 1;