X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FActionRole%2FConsumesContent.pm;h=07315c8bb441f6459d181f274a3ac2368493a048;hb=f3311a32b9336f2afaab46caecb62cf8775f4050;hp=c339197c3ea20a165387847de0827351d26ffb1f;hpb=68c372d12e2504a6cf271f49810634c823c9c5d5;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/ActionRole/ConsumesContent.pm b/lib/Catalyst/ActionRole/ConsumesContent.pm index c339197..07315c8 100644 --- a/lib/Catalyst/ActionRole/ConsumesContent.pm +++ b/lib/Catalyst/ActionRole/ConsumesContent.pm @@ -2,7 +2,7 @@ package Catalyst::ActionRole::ConsumesContent; use Moose::Role; -requires 'match', 'match_captures'; +requires 'match', 'match_captures', 'list_extra_info'; has allowed_content_types => ( is=>'ro', @@ -148,6 +148,10 @@ An array of strings that are the allowed content types for matching this action. Boolean. Does the current request match content type with what this actionrole can consume? +=head2 list_extra_info + +Add the accepted content type to the debug screen. + =head1 AUTHORS Catalyst Contributors, see Catalyst.pm