This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make it possible to remove a closed IO::Socket handle from IO::Select.
authorTodd Rinaldo <toddr@cpan.org>
Fri, 31 Jan 2020 07:11:37 +0000 (01:11 -0600)
committerTodd Rinaldo <toddr@cpan.org>
Tue, 4 Feb 2020 21:02:51 +0000 (15:02 -0600)
commitd20228ab36ecaa23d862ea6d226ec5769862ec91
tree457f2de17381d2a235b35ee30cd55ead51a87856
parent92d4124ba4c1d1465a3a7cd6ae35bb0ad116b073
Make it possible to remove a closed IO::Socket handle from IO::Select.

Fixes #17447
MANIFEST
META.json
META.yml
dist/IO/lib/IO/Select.pm
dist/IO/t/gh17447.t [new file with mode: 0644]