Fix test
Tomas Doran [Mon, 23 Nov 2009 23:56:49 +0000 (23:56 +0000)]
t/aggregate/unit_core_script_help.t

index 26a3a92..2b6530a 100644 (file)
@@ -11,6 +11,7 @@ use lib "$Bin/../lib";
     package TestHelpScript;
     use Moose;
     with 'Catalyst::ScriptRole';
+    __PACKAGE__->meta->get_attribute('help')->cmd_aliases('h');
     our $help;
     sub _exit_with_usage { $help++ }
 }