remove eval Perl-Critic doesn't like it
[catagits/Catalyst-Devel.git] / share / script / myapp_test.pl.tt
index d58d109..8929202 100644 (file)
@@ -1,11 +1,10 @@
 [% startperl %]
 
 use Catalyst::ScriptRunner;
-Catalyst::ScriptRunner->run('[% name %]','Test');
+Catalyst::ScriptRunner->run('[% name %]', 'Test');
 
 1;
 
-
 =head1 NAME
 
 [% appprefix %]_test.pl - Catalyst Test
@@ -15,7 +14,7 @@ Catalyst::ScriptRunner->run('[% name %]','Test');
 [% appprefix %]_test.pl [options] uri
 
  Options:
-   -help    display this help and exits
+   --help    display this help and exits
 
  Examples:
    [% appprefix %]_test.pl http://localhost/some_action