Fix duplicate short options issue
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Script / CGI.pm
index ede29b5..842d82c 100644 (file)
@@ -5,10 +5,7 @@ use namespace::autoclean;
 
 with 'Catalyst::ScriptRole';
 
-sub run {
-    my ($self) = @_;
-    $self->_run_application;
-}
+has '+help' => (cmd_aliases => 'h');
 
 __PACKAGE__->meta->make_immutable;
 
@@ -22,7 +19,7 @@ See L<Catalyst>.
 
 =head1 DESCRIPTION
 
-FIXME
+This is a script to run the Catalyst engine specialized for the CGI environment.
 
 =head1 AUTHORS