The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl module IO::SigGuard

0.10 Tue Jan 9 2018
- Switch to two-digit version numbers (rpm seems to like them better)
- remove README.pod from Makefile target (cf. EU::MM #119)

0.03 Sun Dec 31 2017
- Switch to literal Errno.pm rather than %! (to allow mocked Errno).
- Make a separate exception when we try to write zero bytes.
- Remove syswrite() exceptions.
- Skip select() test on Windows since it’s kind of pointless.

0.022 Thu Nov 23 2017
- Copyright update (no code changes)

0.021 Thu Nov 23 2017
- Documentation update (no code changes)

0.02
- select() support

0.013 Tue Apr 4 2017
- Make IO::File actually used in tests

0.012 Tue Apr 4 2017
- Fix tests to require a sufficient IO::File version

0.011 Sun Mar 26 2017
- Windows compatibility in tests, courtesy of MARIOROY

0.01 Fri Mar 24 2017
- Initial release