Skip Menu |

This queue is for tickets about the POE CPAN distribution.

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

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

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



Subject: Rewrite POE::Filter::*.pm get() in terms of get_one_start() and get_one()
Many POE::Filter classes support two interfaces -- get() and get_one_start()/get_one() -- by duplicating code. I've recently replaced POE::Filter::Reference's get() with a small loop that refers to the get_one_start()/get_one() interface. Most (if not all) of the other filters can benefit from similar revisions. So, like, do it.