diff options
author | Todd Rinaldo <toddr@cpan.org> | 2020-01-31 01:11:37 -0600 |
---|---|---|
committer | Todd Rinaldo <toddr@cpan.org> | 2020-02-04 15:02:51 -0600 |
commit | d20228ab36ecaa23d862ea6d226ec5769862ec91 (patch) | |
tree | 457f2de17381d2a235b35ee30cd55ead51a87856 /MANIFEST | |
parent | 92d4124ba4c1d1465a3a7cd6ae35bb0ad116b073 (diff) | |
download | perl-d20228ab36ecaa23d862ea6d226ec5769862ec91.tar.gz |
Make it possible to remove a closed IO::Socket handle from IO::Select.
Fixes #17447
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3670,6 +3670,7 @@ dist/IO/README IO extension maintenance notice dist/IO/t/cachepropagate-tcp.t See if IO::Socket duplication works dist/IO/t/cachepropagate-udp.t See if IO::Socket duplication works dist/IO/t/cachepropagate-unix.t See if IO::Socket duplication works +dist/IO/t/gh17447.t Tests fix for #17447 dist/IO/t/IO.t See if IO works dist/IO/t/io_const.t See if constants from IO work dist/IO/t/io_dir.t See if directory-related methods from IO work |