Revision history for Future-IO

0.04    2019-04-27 19:08:40
        [CHANGES]
         * Added ->syswrite and ->syswrite_exactly

        [BUGFIXES]
         * Implement ->sysread_exactly test a better way that shouldn't break
           on Windows due to select() on pipes

0.03    2019-04-25 22:39:55
        [CHANGES]
         * Add ->sysread_exactly

0.02    2019-04-10 14:01:17
        [CHANGES]
         * Provide and document the $IMPL package variable mechanism

        [BUGFIXES]
         * Skip t/10sleep+sysread.t on MSWin32 because Windows doesn't support
           select() on pipes (RT129108)

0.01    2019-04-10 01:44:18
        First version, released on an unsuspecting world.