X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FScript%2FCGI.pm;h=e80a5f7d26fe868e57fa67d6695a19e92b42169b;hb=87f5a448e9d17f3f6b583921536d911c87b22c13;hp=842d82c568fed28fb2fba4961bc269c26bec4863;hpb=b1320d7d840eafaee3efab338ede2e05da9df739;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Script/CGI.pm b/lib/Catalyst/Script/CGI.pm index 842d82c..e80a5f7 100644 --- a/lib/Catalyst/Script/CGI.pm +++ b/lib/Catalyst/Script/CGI.pm @@ -5,8 +5,6 @@ use namespace::autoclean; with 'Catalyst::ScriptRole'; -has '+help' => (cmd_aliases => 'h'); - __PACKAGE__->meta->make_immutable; =head1 NAME @@ -15,7 +13,10 @@ 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