Skip Menu |

This queue is for tickets about the POE CPAN distribution.

Report information
The Basics
Id: 13045
Status: resolved
Priority: 0/
Queue: POE

People
Owner: Nobody in particular
Requestors: acid06 [...] gmail.com
Cc:
AdminCc:

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



Date: Tue, 31 May 2005 15:10:11 -0300
From: Nilson Santos <acid06 [...] gmail.com>
To: Rocco Caputo <rcaputo [...] pobox.com>
Subject: Re: POE::Filter::Reference bug
Hello Rocco, I was just reading POE's changelogs and I found out that you cited me regarding this small fix I sent you last year. So, in case you want to know who "acid06@gmail.com" is (that means, who am I) and if you so desire, change the changelog, you can look at my CPAN author page at: http://search.cpan.org/~nilsonsfj/. While I confess I didn't expect you'd give to credit such a small fix, I'd appreciate if you identified me in the next version and I'd also ask you to change the email to my CPAN one (nilsonsfj@cpan.org) which ends up reaching this same account, but I can setup filters more easily. Thanks and keep up the good work with POE. -Nilson Santos F. Jr. On 11/16/04, Rocco Caputo <rcaputo@pobox.com> wrote: Show quoted text
> On Mon, Nov 15, 2004 at 10:35:44AM -0300, Nilson Santos wrote:
> > > > As of Perl 5.8.4 it seems that _include_zlib sub in > > POE::Filter::Reference is flawed, thus not being able to properly > > acquire Compress::Zlib at runtime. > > > > eval { require "Compress::Zlib"; > > import Compress::Zlib qw(compress uncompress); > > > > The problem appears to be that Compress::Zlib is quoted, and should be > > a bareword. > > > > Removing the quotes makes it work as expected.
> > Thanks for the bug report. It is entered into rt.cpan.org as ticket > 8442. I'll address it there, but first I am upgrading my Windows > system. > > -- > Rocco Caputo - http://poe.perl.org/ >
Thanks for the correction. I normally don't include e-mail addresses, but this was the only way to identify you. The new log message will read: 2004-11-25 19:37:23 by rcaputo; lib/POE/Filter/Reference.pm 1.32 POE::Filter::Reference wasn't loading Compress::Zlib due to require() semantics changes somewhere between 5.6.1 and 5.7.4. Thanks to Nilson Santos (nilsonsfj on the CPAN) for reporting the problem and providing a suggested fix. -- Rocco Caputo - http://poe.perl.org/