IO
view release on metacpan or search on metacpan
* [rt.cpan.org #61577] sockdomain and socktype undef on newly accepted sockets
* [perl #64772] check both input and output file handles for sync (This allows sync() to be called on directory handles.)
* [perl #64772] TODO test for sync on read only handle
* Convert some tests to Test::More
* Correct bug report email in docs from perl5-porters@perl.org to perlbug@perl.org
* Remove âuse File::Specâ from IO::File (It is not using it any more.)
* [RT #36079] Convert ` to '.
* use :raw to avoid interference from PERL_UNICODE when creating test data
* Make IO::Handle::getline(s) respect the open pragma (RT 66474)
* Fix setting sockets nonblocking in Win32
* Use the exception set in select (connect()) to early return when remote end is busy or in non existing port
* Keep verbatim pod within 79 cols
* Keep verbatim pod in IO.pm within 80 cols
* [perl #88486] IO::File does not always export SEEK*
* Explicitly force the load of IO::File in IO::Handle (see the discussion in [perl #87940]).
* Remove various indirect method calls in IO's docs
* IO::Select: allow removal of IO::Handle objects without fileno
* Actuall excise 'Apollo DomainOS' support. We officially killed it in 5.11.0. It hadn't worked for years before that.
* fix various compiler warnings from XS code (void return value)
* Only bind to localhost in tests: "in general, tests shouldn't be listening on all interfaces."
* Document IO::Socket getsockopt and setsockopt
( run in 0.247 second using v1.01-cache-2.11-cpan-87723dcf8b7 )