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.