Subject: | Documentation for Catalyst::Request::body does not match the code |
The documentation for Catalyst::Request::body says that it will return a
string, except for the cases of a few specific content types where it
will return a File::Temp object. In reality it always returns a
File::Temp object, except for a few content-types where it returns
something else entirely. As far as I can tell, it never returns a plain
string.