X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FAction.pm;h=3497e21ec59bb1678efa1816cf4965a86a7f5c9c;hp=7351f39449652902818b1bd30b543c3ba2d436ca;hb=356e750347c4dd4bfe56a3b142252fbbf4c345b7;hpb=ed60d91751d29e582be736dcb1538e99ef5e42a0 diff --git a/lib/Catalyst/Action.pm b/lib/Catalyst/Action.pm index 7351f39..3497e21 100644 --- a/lib/Catalyst/Action.pm +++ b/lib/Catalyst/Action.pm @@ -461,7 +461,7 @@ sub scheme { sub list_extra_info { my $self = shift; return { - Args => $self->attributes->{Args}[0], + Args => $self->normalized_arg_number, CaptureArgs => $self->number_of_captures, } }