The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Mojo-IOLoop-ReadWriteFork

0.06     Mon Aug 11 16:59:18 2014
       * Fix "Use of uninitialized value in numeric eq (==) at ReadWriteFork.pm line 182."
       * Add support for write() before child process has started
       * Add support for "drain" callback to write()
       * Add run(). a simpler version start()
       * Add close() for closing STDIN

0.05     Wed Feb 19 13:29:54 2014
       * Fix "read" event cannot change ERRNO from sysread()

0.04     Fri Nov 22 19:52:52 2013
       * Add support for callbacks
       * Fix failing tests

0.03     Fri Nov 22 08:35:43 2013
       * A bit more relaxed test for cat.t: Running it on BSD results in
         "^D" at the end.

0.02     Wed Nov 20 11:36:38 2013
       * Add example/tail.pl
       * Fix failing t/bash.t

0.01     Wed Nov 20 10:25:19 2013
       * First release on CPAN