Documentation dinks
Tomas Doran [Sat, 5 Sep 2009 15:16:25 +0000 (15:16 +0000)]
lib/Catalyst/Script/CGI.pm
lib/Catalyst/Script/Create.pm
lib/Catalyst/Script/Server.pm

index 7e090d4..c37dfdc 100644 (file)
@@ -17,7 +17,7 @@ See L<Catalyst>.
 
 =head1 DESCRIPTION
 
-FIXME
+This is a script to run the Catalyst engine specialized for the CGI environment.
 
 =head1 AUTHORS
 
index faf60a0..575f9e7 100644 (file)
@@ -50,7 +50,7 @@ Catalyst::Script::Create - Create a new Catalyst Component
 
 =head1 SYNOPSIS
 
-myapp_create.pl [options] model|view|controller name [helper] [options]
+ myapp_create.pl [options] model|view|controller name [helper] [options]
 
  Options:
    -force        don't create a .new file where a file to be created exists
index 87e7b24..1c3cf99 100644 (file)
@@ -187,11 +187,11 @@ __PACKAGE__->meta->make_immutable;
 
 =head1 NAME
 
-[% appprefix %]_server.pl - Catalyst Testserver
+Catalyst::Script::Server - Catalyst test server
 
 =head1 SYNOPSIS
 
-[% appprefix %]_server.pl [options]
+ myapp_server.pl [options]
 
  Options:
    -d     --debug          force debug mode
@@ -222,7 +222,7 @@ __PACKAGE__->meta->make_immutable;
 
 =head1 DESCRIPTION
 
-Run a Catalyst Testserver for this application.
+Run a Catalyst test server for this application.
 
 =head1 AUTHORS