switch list_extra_info back to using real Args value
[catagits/Catalyst-Runtime.git] / 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,
   }
 }