--- AnyEvent/lib/AnyEvent/Handle.pm 2008/11/06 16:16:44 1.105 +++ AnyEvent/lib/AnyEvent/Handle.pm 2009/01/06 20:08:05 1.108 @@ -16,7 +16,7 @@ =cut -our $VERSION = 4.32; +our $VERSION = 4.331; =head1 SYNOPSIS @@ -29,7 +29,7 @@ AnyEvent::Handle->new ( fh => \*STDIN, on_eof => sub { - $cv->broadcast; + $cv->send; }, );