Skip Menu |

This queue is for tickets about the POE CPAN distribution.

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

People
Owner: Nobody in particular
Requestors: adamk [...] cpan.org
Cc:
AdminCc:

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



Subject: POE::Filter::Stackable does not check it's params
POE::Filter::Stackable takes a Filters => [ POE::Filter, ... ] param. But it doesn't check it at all. Should check that Filters is passed, it is an ARRAY reference, and that that contains at least one element that is a instance of a POE::Filter object itself.
Thanks for the bug report. Apocalypse has addressed the issue: ------------------------------------------------------------------------ r1942 | apocal | 2006-04-29 14:10:00 -0400 (Sat, 29 Apr 2006) | 3 lines #18552: POE::Filter::Stackable does not check it's params Added some more sanity checks ------------------------------------------------------------------------