And do that in a way which actually works
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Script / FastCGI.pm
index aadd931..ba7f096 100644 (file)
@@ -7,7 +7,7 @@ use namespace::autoclean;
 
 with 'Catalyst::ScriptRole';
 
-has '+help' => (cmd_aliases => 'h');
+__PACKAGE__->meta->get_attribute('help')->cmd_aliases('h');
 
 has listen => (
     traits => [qw(Getopt)],