From: Tomas Doran Date: Mon, 23 Nov 2009 23:56:49 +0000 (+0000) Subject: Fix test X-Git-Tag: 5.80014_02~34 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=d1fb4964131483996fda36e86c7fa29af99a2a92 Fix test --- diff --git a/t/aggregate/unit_core_script_help.t b/t/aggregate/unit_core_script_help.t index 26a3a92..2b6530a 100644 --- a/t/aggregate/unit_core_script_help.t +++ b/t/aggregate/unit_core_script_help.t @@ -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++ } }