X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Funit_core_script_help.t;fp=t%2Faggregate%2Funit_core_script_help.t;h=00d24da6ca8c50eece7c7c51f287624fb751e752;hb=cd61f3ab24b7dcc59068c35d62ddb4bb9b9162c8;hp=d3a6fabd8981d11760528214d1e596d4cdb03fd2;hpb=c20ce703ac8a5ae00eb19960744b5b1fe8adf78e;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/unit_core_script_help.t b/t/aggregate/unit_core_script_help.t index d3a6fab..00d24da 100644 --- a/t/aggregate/unit_core_script_help.t +++ b/t/aggregate/unit_core_script_help.t @@ -12,7 +12,7 @@ use lib "$Bin/../lib"; use Moose; with 'Catalyst::ScriptRole'; our $help; - sub _getopt_full_usage { $help++ } + sub print_usage_text { $help++ } } test('--help');