X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FScript%2FCGI.pm;h=842d82c568fed28fb2fba4961bc269c26bec4863;hb=b1320d7d840eafaee3efab338ede2e05da9df739;hp=7e090d476f6803db7debeff0e17a62c516105dbb;hpb=d3082facb5273f9970121638c0385ecfc0f7b090;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Script/CGI.pm b/lib/Catalyst/Script/CGI.pm index 7e090d4..842d82c 100644 --- a/lib/Catalyst/Script/CGI.pm +++ b/lib/Catalyst/Script/CGI.pm @@ -5,6 +5,8 @@ use namespace::autoclean; with 'Catalyst::ScriptRole'; +has '+help' => (cmd_aliases => 'h'); + __PACKAGE__->meta->make_immutable; =head1 NAME @@ -17,7 +19,7 @@ See L. =head1 DESCRIPTION -FIXME +This is a script to run the Catalyst engine specialized for the CGI environment. =head1 AUTHORS