[Catalyst-commits] r11995 - Catalyst-Runtime/5.80/branches/better_scripts/t/aggregate

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Mon Nov 23 23:56:49 GMT 2009


Author: t0m
Date: 2009-11-23 23:56:49 +0000 (Mon, 23 Nov 2009)
New Revision: 11995

Modified:
   Catalyst-Runtime/5.80/branches/better_scripts/t/aggregate/unit_core_script_help.t
Log:
Fix test

Modified: Catalyst-Runtime/5.80/branches/better_scripts/t/aggregate/unit_core_script_help.t
===================================================================
--- Catalyst-Runtime/5.80/branches/better_scripts/t/aggregate/unit_core_script_help.t	2009-11-23 23:49:10 UTC (rev 11994)
+++ Catalyst-Runtime/5.80/branches/better_scripts/t/aggregate/unit_core_script_help.t	2009-11-23 23:56:49 UTC (rev 11995)
@@ -11,6 +11,7 @@
     package TestHelpScript;
     use Moose;
     with 'Catalyst::ScriptRole';
+    __PACKAGE__->meta->get_attribute('help')->cmd_aliases('h');
     our $help;
     sub _exit_with_usage { $help++ }
 }




More information about the Catalyst-commits mailing list