X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FActionRole%2FConsumesContent.pm;h=07315c8bb441f6459d181f274a3ac2368493a048;hp=c339197c3ea20a165387847de0827351d26ffb1f;hb=2d802c4a34d83aedcad4fb7686f9f54f24a1fcef;hpb=ba1734df24218f0a9b7351e4b3cf67ac9d0814b5 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