Skip Menu |

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

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

People
Owner: bobtfish [...] bobtfish.net
Requestors: ddascalescu+perl [...] gmail.com
Cc:
AdminCc:

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



Subject: Catalyst::Test::get() does not encode the content
It appears that Catalyst::Test::get() simply returns the content without encoding it. I tried to write a test case for this but ran into a fugly error (http://scsys.co.uk:8001/27841). Please find a detailed description of the bug, and a comparison with Test::WWW::Mechanize::Catalyst (which works as expected) at: http://dev.catalyst.perl.org/wiki/bugs/Catalyst_Test_get_does_not_encode_the_content
This is fixed with latest MooseX::MethodAttributes (and will be fixed by 5.80003), right? Assuming so, can you try to make a test again and attach? TIA t0m