You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-IO-Tty-1.10-10.fc19.x86_64
IO::Tty and IO::Pty provide an interface to pseudo tty's.
RPMPackage perl-IO-String-1.08-19.lbn19.noarch
The "IO::String" module provides the "IO::File" interface for in-core strings. An "IO::String" object can be attached to a string, and makes it possible to use the normal file operations for reading or writing data, as well as for seeking to various locations of the string. This is useful when you want to use a library module that only provides an interface to file handles on data that you have in a string variable. Note that perl-5.8 and better has built-in support for "in memory" files, which are set up by passing a reference instead of a filename to the open() call. The reason for using this module is that it makes the code backwards compatible with older versions of Perl.
RPMPackage perl-IO-Socket-Timeout-0.27-1.fc19.noarch
IO::Socket provides a way to set a timeout on the socket, but the timeout will be used only for connection, not for reading / writing operations.
RPMPackage perl-IO-Socket-SSL-1.88-2.fc19.noarch
This module is a true drop-in replacement for IO::Socket::INET that uses SSL to encrypt data before it is transferred to a remote server or client. IO::Socket::SSL supports all the extra features that one needs to write a full-featured SSL client or server application: multiple SSL contexts, cipher selection, certificate verification, and SSL version selection. As an extra bonus, it works perfectly with mod_perl.
RPMPackage perl-IO-Socket-Multicast-1.12-2.lbn19.x86_64
The IO::Socket::Multicast module sub-classes IO::Socket::INET to enable you to manipulate multicast groups. With this module (and an operating system that supports multicast), you will be able to receive incoming multicast transmissions and generate your own outgoing multicast packets.
RPMPackage perl-IO-Socket-IP-0.29-1.fc19.noarch
This module provides a protocol-independent way to use IPv4 and IPv6 sockets, as a drop-in replacement for IO::Socket::INET. Most constructor arguments and methods are provided in a backward-compatible way.
RPMPackage perl-IO-Socket-INET6-2.69-5.fc19.noarch
Perl Object interface for AF_INET|AF_INET6 domain sockets.
RPMPackage perl-IO-Pager-0.31-1.lbn19.noarch
IO::Pager is lightweight and can be used to locate an available pager and set $ENV{PAGER} (see "NOTES") or as a factory for creating objects defined elsewhere such as IO::Pager::Buffered and IO::Pager::Unbuffered.
RPMPackage perl-IO-Multiplex-1.13-6.fc19.noarch
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.
RPMPackage perl-IO-Interface-1.09-5.lbn19.x86_64
IO::Interface adds methods to IO::Socket objects that allows them to be used to retrieve and change information about the network interfaces on your system. In addition to the object-oriented access methods, you can use a function-oriented style.
RPMPackage perl-IO-HTML-1.00-1.fc19.noarch
IO::HTML provides an easy way to open a file containing HTML while automatically determining its encoding. It uses the HTML5 encoding sniffing algorithm specified in section 8.2.2.1 of the draft standard.
RPMPackage perl-IO-Compress-2.060-2.fc19.noarch
This distribution provides a Perl interface to allow reading and writing of compressed data created with the zlib and bzip2 libraries. IO-Compress supports reading and writing of bzip2, RFC 1950, RFC 1951, RFC 1952 (i.e. gzip) and zip files/buffers. The following modules used to be distributed separately, but are now included with the IO-Compress distribution: * Compress-Zlib * IO-Compress-Zlib * IO-Compress-Bzip2 * IO-Compress-Base
RPMPackage perl-IO-CaptureOutput-1.1102-9.fc19.noarch
Capture STDOUT/STDERR from sub-processes and XS/C modules.
RPMPackage perl-IO-Capture-0.05-14.fc19.noarch
The IO::Capture Module defines an abstract base class that can be used to create any number of useful sub-classes that capture output being sent on a filehandle such as STDOUT or STDERR.
RPMPackage perl-IO-Async-0.60-1.fc19.noarch
A collection of modules that implement asynchronous filehandle IO
RPMPackage perl-IO-All-0.46-2.fc19.noarch
The IO::All object is a proxy for IO::File, IO::Dir, IO::Socket, IO::String, Tie::File, File::Spec, File::Path and File::ReadBackwards; as well as all the DBM and MLDBM modules. You can use most of the methods found in these classes and in IO::Handle (which they inherit from). IO::All adds dozens of other helpful idiomatic methods including file stat and manipulation functions.
RPMPackage perl-IO-AIO-4.15-4.fc19.armv6hl
This module implements asynchronous I/O using whatever means your operating system supports.
RPMPackage perl-IO-AIO-4.15-4.fc19.x86_64
This module implements asynchronous I/O using whatever means your operating system supports.
RPMPackage perl-Heap-0.80-13.fc19.noarch
The Heap collection of modules provide routines that manage a heap of elements. A heap is a partially sorted structure that is always able to easily extract the smallest of the elements in the structure (or the largest if a reversed compare routine is provided). If the collection of elements is changing dynamically, the heap has less overhead than keeping the collection fully sorted. The elements must be objects as described in "Heap::Elem" and all elements inserted into one heap must be mutually compatible - either the same class exactly or else classes that differ only in ways unrelated to the Heap::Elem interface.
RPMPackage perl-Hash-Util-FieldHash-Compat-0.03-14.fc19.noarch
Under older perls this module provides a drop in compatible API to Hash::Util::FieldHash using perltie. When Hash::Util::FieldHash is available, it will use that instead.