Tidy up help and TODO tests
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Script / CGI.pm
index 842d82c..c37dfdc 100644 (file)
@@ -5,8 +5,6 @@ use namespace::autoclean;
 
 with 'Catalyst::ScriptRole';
 
-has '+help' => (cmd_aliases => 'h');
-
 __PACKAGE__->meta->make_immutable;
 
 =head1 NAME