X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst.pm;h=48f4949f14b834b9a021f1ee446d596b461fdb77;hp=fbc036ae18836ddb2bb4c4b9d3d7d11479c413c2;hb=efa8265f59bbb8df5f80cc8ee54604acb72554be;hpb=13adef053b8aa0db602b8e783c69b4227cc584f4 diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index fbc036a..48f4949 100755 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -3587,7 +3587,7 @@ example given above, which uses L to provide either L it installed (if you want the faster XS parser, add it to you project Makefile.PL or dist.ini, cpanfile, etc.) -The C configuation is a hashref whose keys are HTTP Content-Types +The C configuration is a hashref whose keys are HTTP Content-Types (matched against the incoming request type using a regexp such as to be case insensitive) and whose values are coderefs that receive a localized version of C<$_> which is a filehandle object pointing to received body.