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=8c51d1390c63eb2654c4d766f88353774593b15b;hp=ebedf591ca9f5aff2ed2e9624b38969dc6f55a1f;hb=3c0da3ece98e535f1c168bb985980583498894ad;hpb=60034b8cdbd27d8e77dab3d46cfe3e11455c2fd7 diff --git a/lib/Catalyst/Action.pm b/lib/Catalyst/Action.pm index ebedf59..8c51d13 100644 --- a/lib/Catalyst/Action.pm +++ b/lib/Catalyst/Action.pm @@ -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 actions. +=head2 list_extra_info + +An array of values useful to improve debugging + =head2 meta Provided by Moose.