Skip Menu |

This queue is for tickets about the IO-Async CPAN distribution.

Report information
The Basics
Id: 54344
Status: resolved
Priority: 0/
Queue: IO-Async

People
Owner: Nobody in particular
Requestors: leonerd-cpan [...] leonerd.org.uk
Cc:
AdminCc:

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



Subject: IO::Async::Handle subclasses can't override ->on_closed
No code calls an ->on_closed method. Workaround is e.g. $self->configure( on_closed => sub { $self->on_closed } ); but this sucks. -- Paul Evans
On Fri Feb 05 10:07:04 2010, PEVANS wrote: Show quoted text
> No code calls an ->on_closed method. > > Workaround is e.g. > > $self->configure( on_closed => sub { $self->on_closed } ); > > but this sucks.
Now fixed in bzr revno 551. Will be in IO-Async 0.29. -- Paul Evans
Was fixed in 0.29. Closing bug. -- Paul Evans