[Catalyst] Catalyst-Plugin-Compress-Zlib

2007-07-26 Thread Bill Moseley
This plugin collection was last updated May 1st. There's two pending bugs from three and seven months ago (both the same issue, IIRC) and one includes a patch. The problem is the plugin assumes $c-res-body is a scalar when it could be a file handle. The patch submitted does this: my $body

Re: [Catalyst] Catalyst-Plugin-Compress-Zlib

2007-07-26 Thread Bill Moseley
On Thu, Jul 26, 2007 at 10:20:59AM -0700, Bill Moseley wrote: Looking at an existing version I hacked I see I did something a bit more crude: my $body = $c-response-body; $body = join \n, $body : $body if ref $body; Except it compiles in my hack... -- Bill Moseley [EMAIL