The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl module Sys::Binmode

0.03
- FIX: This now handles overloaded stringification.
- FIX: This now handles multi-arg unlink().
- This now handles readpipe/qx/backticks.
- Skip local-socket-dependent tests if we can’t bind().
- Fix setsockopt test on Solaris.
- More documentation improvements.

0.02 Wed, 3 March 2021
- FIX: do/require now work on Windows.
- Perl 5.14 is now supported.
- Improve documentation, esp. re utf8.pm.
- Fix filesystem tests on nonzero-numbered devices.
- Avoid re-wrapping the already-wrapped code in later threads.
- Remove static assets from do & require tests.
- (internal) Deduplicate %^H key
- (internal) Tweak saving of op handlers.

0.01 Tue, 2 March 2021
- original version