X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FScript%2FCGI.pm;h=e05fffb3381342223d89bf39732acaccc86757ca;hb=cea573d8055680f12b061aa8adcf0b54f576bb7b;hp=7e53ba543bdff24cc7860bca8c5a96d826cd686b;hpb=c821df216d6d7e7e0386516e43c0c09fd4a295e7;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Script/CGI.pm b/lib/Catalyst/Script/CGI.pm index 7e53ba5..e05fffb 100644 --- a/lib/Catalyst/Script/CGI.pm +++ b/lib/Catalyst/Script/CGI.pm @@ -7,6 +7,7 @@ sub _plack_engine_name { 'CGI' } with 'Catalyst::ScriptRole'; __PACKAGE__->meta->make_immutable; +1; =head1 NAME @@ -17,12 +18,16 @@ Catalyst::Script::CGI - The CGI Catalyst Script myapp_cgi.pl [options] Options: - -h --help display this help and exits + -? --help display this help and exits =head1 DESCRIPTION This is a script to run the Catalyst engine specialized for the CGI environment. +=head1 SEE ALSO + +L + =head1 AUTHORS Catalyst Contributors, see Catalyst.pm