Skip Menu |

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

Report information
The Basics
Id: 53678
Status: resolved
Priority: 0/
Queue: Catalyst-Runtime

People
Owner: Nobody in particular
Requestors: ddascalescu+perl [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 5.80018
Fixed in: (no value)



Subject: What does Catalyst::Test::get return ?
It should be documented what Catalyst::Test::get returns: * the already decoded into Perl's internal representation, based on the Content-Type HTTP header * or the raw encoded bytes? The code seems to not decode anything. IMO the decoded content would be the most useful to return.
Show quoted text
> * or the raw encoded bytes? > > The code seems to not decode anything. IMO the decoded content would be > the most useful to return.
Added a test case that confirms the current functionality - no decoding of the response body octets (SVN revision 12655).
Added docs in r13157, thanks for the bug report!