switch list_extra_info back to using real Args value
Matt S Trout [Sat, 7 Nov 2015 05:05:22 +0000 (05:05 +0000)]
lib/Catalyst/Action.pm

index 3497e21..7351f39 100644 (file)
@@ -461,7 +461,7 @@ sub scheme {
 sub list_extra_info {
   my $self = shift;
   return {
-    Args => $self->normalized_arg_number,
+    Args => $self->attributes->{Args}[0],
     CaptureArgs => $self->number_of_captures,
   }
 }