From: Andy Grundman Date: Tue, 1 Nov 2005 01:05:47 +0000 (+0000) Subject: Fixed typo in myapp_fastcgi.pl helper X-Git-Tag: 5.7099_04~1073 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=fe9da43b6e3d56a319467179c17b5e0c4b272b8a Fixed typo in myapp_fastcgi.pl helper --- diff --git a/Changes b/Changes index b27a67c..8b24097 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,8 @@ Tis file documents the revision history for Perl extension Catalyst. 5.50 - - Added multi process external FCGI support + - Added multi process external FastCGI support + (see myapp_fastcgi.pl -help) (Sam Vilain) - Restarter process in HTTP engine now properly exits when the parent app is shut down. - Improved performance of restarter loop while watching for diff --git a/lib/Catalyst/Helper.pm b/lib/Catalyst/Helper.pm index ccdf5b7..0d246f2 100644 --- a/lib/Catalyst/Helper.pm +++ b/lib/Catalyst/Helper.pm @@ -671,7 +671,7 @@ pod2usage(1) if $help; =head1 SYNOPSIS -[% appprefix %]_server.pl [options] +[% appprefix %]_fastcgi.pl [options] Options: -? -help display this help and exits