Skip Menu |

This queue is for tickets about the POE CPAN distribution.

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

People
Owner: RCAPUTO [...] cpan.org
Requestors: acid06 [...] gmail.com
Cc:
AdminCc:

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



Subject: POE::Filter::Reference can't require Compress::Zlib properly
As of ActivePerl 5.8.4, POE v0.29 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.
Fixed. Thanks for the report.