Name: | perl-IO-Multiplex |
---|---|
Version: | 1.16 |
Release: | 9.el8 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 43640 |
License: | GPL+ or Artistic |
RPM: | perl-IO-Multiplex-1.16-9.el8.noarch.rpm |
Source RPM: | perl-IO-Multiplex-1.16-9.el8.src.rpm |
Build Date: | Sat Mar 09 2019 |
Build Host: | ca-build101.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/IO-Multiplex/ |
Summary: | Manage IO on many file handles |
Description: | IO::Multiplex is designed to take the effort out of managing multiple file handles. It is essentially a really fancy front end to the select system call. In addition to maintaining the select loop, it buffers all input and output to/from the file handles. It can also accept incoming connections on one or more listen sockets. |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- Perl 5.26 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
- Perl 5.24 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
- Perl 5.22 rebuild
- Update to 1.16 - Fix descriptor memory leak: Make $mux->close actually untie *$fh
- Update to 1.15 - Move untie patch to the right place