Skip Menu |

This queue is for tickets about the POE-Wheel-UDP CPAN distribution.

Report information
The Basics
Id: 41387
Status: open
Priority: 0/
Queue: POE-Wheel-UDP

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

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



Subject: Missing $wheel->ID method
MAJOR BREAKAGE! OMG! ;) POE::Wheel doesn't provide a $wheel->ID method by default, so using that as the base doesn't help :( Here's a one-liner for you to apply: sub ID { return $_[0]->{'id'} } Thanks again for the excellent module! -- ~Apocalypse
From: acferen [...] yahoo.com
Definitely, need an ID method at a minimum. Also nice would be a couple of methods to get at other local info. LocalPort and LocalAddr for example. This module does get the job done though. Thanks. On Tue Dec 02 22:15:58 2008, APOCAL wrote: Show quoted text
> MAJOR BREAKAGE! OMG! ;) > > POE::Wheel doesn't provide a $wheel->ID method by default, so using that > as the base doesn't help :( > > Here's a one-liner for you to apply: > > sub ID { return $_[0]->{'id'} } > > Thanks again for the excellent module!