Skip Menu |

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

Report information
The Basics
Id: 64843
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.36
Fixed in: 0.39



Subject: Stream->write doesn't croak about unrecognised args
I'm forever doing $stream->write( ..., on_flushed => sub { ... } ); rather than the correct "on_flush". Stream should croak about unrecognised args. -- Paul Evans
Now fixed in repo. Will be in 0.39 -- Paul Evans