You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-IO-String-1.08-9.lbn13.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-SSL-1.88-2.lbn13.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-INET6-2.57-1.lbn13.noarch
Perl Object interface for AF_INET|AF_INET6 domain sockets
RPMPackage perl-IO-Interface-1.05-10.fc18.armv6hl
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-Interface-1.05-3.lbn13.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.lbn13.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.048-239.lbn13.noarch
This module is the base class for all IO::Compress and IO::Uncompress modules. This module is not intended for direct use in application code. Its sole purpose is to to be sub-classed by IO::Compress modules.
RPMPackage perl-IO-Async-0.60-1.lbn13.noarch
A collection of modules that implement asynchronous filehandle IO
RPMPackage perl-IO-All-0.39-5.lbn13.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.lbn13.x86_64
This module implements asynchronous I/O using whatever means your operating system supports.
RPMPackage perl-HTTP-Tiny-0.017-239.lbn13.noarch
This is a very simple HTTP/1.1 client, designed primarily for doing simple GET requests without the overhead of a large framework like LWP::UserAgent. It is more correct and more complete than HTTP::Lite. It supports proxies (currently only non-authenticating ones) and redirection. It also correctly resumes after EINTR.
RPMPackage perl-HTTP-Server-Simple-0.44-6.lbn13.noarch
HTTP::Server::Simple is a very simple standalone HTTP daemon with no non-core module dependencies. It's ideal for building a standalone http-based UI to your existing tools.
RPMPackage perl-HTTP-Response-Encoding-0.06-2.lbn13.noarch
Adds encoding() to HTTP::Response.
RPMPackage perl-HTTP-Negotiate-6.01-5.lbn13.noarch
This module provides a complete implementation of the HTTP content negotiation algorithm specified in draft-ietf-http-v11-spec-00.ps chapter 12. Content negotiation allows for the selection of a preferred content representation based upon attributes of the negotiable variants and the value of the various Accept* header fields in the request.
RPMPackage perl-HTTP-Message-6.06-3.lbn13.noarch
The HTTP-Message distribution contains classes useful for representing the messages passed in HTTP style communication. These are classes representing requests, responses and the headers contained within them.
RPMPackage perl-HTTP-Date-6.02-5.lbn13.noarch
This module provides functions that deal the date formats used by the HTTP protocol (and then some more). Only the first two functions, time2str() and str2time(), are exported by default.
RPMPackage perl-HTTP-Daemon-6.01-5.lbn13.noarch
Instances of the HTTP::Daemon class are HTTP/1.1 servers that listen on a socket for incoming requests. The HTTP::Daemon is a subclass of IO::Socket::INET, so you can perform socket operations directly on it too.
RPMPackage perl-HTTP-Cookies-6.01-5.lbn13.noarch
This class is for objects that represent a "cookie jar" -- that is, a database of all the HTTP cookies that a given LWP::UserAgent object knows about.
RPMPackage perl-HTTP-Cache-Transparent-1.0-6.lbn13.noarch
HTTP::Cache::Transparent is an implementation of http get that keeps a local cache of fetched pages to avoid fetching the same data from the server if it hasn't been updated. The cache is stored on disk and is thus persistent between invocations.
RPMPackage perl-HTML-Tree-4.1-1.lbn13.noarch
This distribution contains a suite of modules for representing, creating, and extracting information from HTML syntax trees; there is also relevant documentation. These modules used to be part of the libwww-perl distribution, but are now unbundled in order to facilitate a separate development track.