Skip Menu |

This queue is for tickets about the Catalyst-Runtime CPAN distribution.

Report information
The Basics
Id: 80019
Status: new
Priority: 0/
Queue: Catalyst-Runtime

People
Owner: Nobody in particular
Requestors: calle [...] init.se
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



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.