Skip Menu |

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

Report information
The Basics
Id: 30564
Status: resolved
Priority: 0/
Queue: Catalyst-Action-RenderView

People
Owner: Nobody in particular
Requestors: Arseni_Mouchinski [...] newyorkmag.com
Cc:
AdminCc:

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



Subject: A condition issue
Date: Wed, 7 Nov 2007 20:28:49 -0500
To: <bug-Catalyst-Action-RenderView [...] rt.cpan.org>
From: "Mouchinski, Arseni" <Arseni_Mouchinski [...] newyorkmag.com>
Hi Marcus, I'm not a catalyst hacker but it looks like a bug to me in RenderView.pm 0.07 line 49: return 1 if $c->response->body && length( $c->response->body ); for cases like: $c->response->body("0"); I'd probably do: return 1 if defined $c->response->body && length( $c->response->body ); Thanks, Arseni
Version 0.08 released to CPAN.