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