X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FScript%2FCGI.pm;h=e80a5f7d26fe868e57fa67d6695a19e92b42169b;hb=71e2948890d839ada6c067c73148b89e8a43af6c;hp=ede29b5aac30984a61dbf4f51a2ad0473943282e;hpb=f58e0ee435d13e044011bca869860b0327711cc2;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Script/CGI.pm b/lib/Catalyst/Script/CGI.pm index ede29b5..e80a5f7 100644 --- a/lib/Catalyst/Script/CGI.pm +++ b/lib/Catalyst/Script/CGI.pm @@ -5,11 +5,6 @@ use namespace::autoclean; with 'Catalyst::ScriptRole'; -sub run { - my ($self) = @_; - $self->_run_application; -} - __PACKAGE__->meta->make_immutable; =head1 NAME @@ -18,11 +13,14 @@ Catalyst::Script::CGI - The CGI Catalyst Script =head1 SYNOPSIS -See L. + myapp_cgi.pl [options] + + Options: + -h --help display this help and exits =head1 DESCRIPTION -FIXME +This is a script to run the Catalyst engine specialized for the CGI environment. =head1 AUTHORS