new action method "list_extra_info" for better debugging, and did this for the new...
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Action.pm
index ebedf59..8c51d13 100644 (file)
@@ -103,6 +103,8 @@ sub number_of_captures {
     return $self->attributes->{CaptureArgs}[0] || 0;
 }
 
+sub list_extra_info { } 
+
 __PACKAGE__->meta->make_immutable;
 
 1;
@@ -180,6 +182,10 @@ Returns the number of args this action expects. This is 0 if the action doesn't
 
 Returns the number of captures this action expects for L<Chained|Catalyst::DispatchType::Chained> actions.
 
+=head2 list_extra_info
+
+An array of values useful to improve debugging
+
 =head2 meta
 
 Provided by Moose.