- updated to 1.51
see /usr/share/doc/packages/perl-IO/ChangeLog
IO 1.51
* #20201 bump dist/IO to v1.51, due to PR 19663
* [doc] Update IO::Handle synopsis. Add `my` to examples for better practice.
* Update IO::File synopsis. Add `my` to examples for better practice.
* Update IO::Dir synopsis. Add `my` to examples for better practice.
* IO::Socket::UNIX: Add proper hyperlink in pod
* IO::Socket::INET: Use proper hyperlink in pod
* IO::Pipe: Use proper hyperlink in pod
* IO::Handle: Use proper hyperlink in pod
* Fix dist/IO/poll.h for mingw-w64 runtimes 9.0 and later
OBS-URL: https://build.opensuse.org/request/show/1061402
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO?expand=0&rev=15
- updated to 1.45
see /usr/share/doc/packages/perl-IO/ChangeLog
IO 1.45
* Put IO::Socket constructor error messages in $IO::Socket::errstr as well
as $@, to encourage better practices
IO 1.44
* IO::Handle::error() now checks both the input and output stream
for error. This is an issue for sockets and character devices. GH #6799
* IO::Handle::clearerr() now clears the error on both input and
output streams.
IO 1.43
* only cache the protocol for sockets when one is supplied,
otherwise protocol could return an incorrect protocol. This means
that on platforms that don't support SO_PROTOCOL (or don't support
it for some socket types) protocol() can now return undef.
OBS-URL: https://build.opensuse.org/request/show/860688
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO?expand=0&rev=12
- updated to 1.42
see /usr/share/doc/packages/perl-IO/ChangeLog
IO 1.42 - Jan 20 2020 - Todd Rinaldo
* Point IO support to perl/perl5 not dual-life/IO
IO 1.41 - Jan 20 2020 - Todd Rinaldo
* Switch pre-release testing to github actions.
* Update MANIFEST with new test.
IO 1.41_50 -- Dec 16 2019 - Ricardo Signes
* [ TRIAL RELEASE ]
* Loading IO is now threadsafe, avoiding the core bug reported as GH #14816.
Implemented by converting getline() and getlines() to XS code.
IO 1.41 -- Dec 12 2019 - Ricardo Signes
* [ TRIAL RELEASE ]
* import the latest from blead, so some changes may be in intermediate
versions found only in releases of perl5
* (perl #133936) make send() a bit saner
* (perl #133936) document differences between IO::Socket::* and builtin
* (perl #133936) ensure TO is honoured for UDP $sock->send()
* Remove vestiges of mpeix support (removed in 5.17.x)
* Documentation formatting fixes
* Improve isolation of tests as they run
OBS-URL: https://build.opensuse.org/request/show/766028
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO?expand=0&rev=11