You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-MRO-Compat-0.13-7.lbn25.noarch
The "mro" namespace provides several utilities for dealing with method resolution order and method caching in general in Perl 5.9.5 and higher. This module provides those interfaces for earlier versions of Perl (back to 5.6.0 anyways). It is a harmless no-op to use this module on 5.9.5+. That is to say, code which properly uses MRO::Compat will work unmodified on both older Perls and 5.9.5+. If you're writing a piece of software that would like to use the parts of 5.9.5+'s mro:: interfaces that are supported here, and you want compatibility with older Perls, this is the module for you.
RPMPackage perl-MLDBM-2.05-16.lbn25.noarch
This module can serve as a transparent interface to any TIEHASH package that is required to store arbitrary perl data, including nested references. Thus, this module can be used for storing references and other arbitrary data within DBM databases.
RPMPackage perl-MIME-Base64-3.15-418.lbn25.x86_64
This package contains a Base64 encoder/decoder and a quoted-printable encoder/decoder. These encoding methods are specified in RFC 2045 - MIME (Multipurpose Internet Mail Extensions).
RPMPackage perl-Locale-Maketext-Simple-0.21-436.lbn25.1.noarch
This module is a simple wrapper around Locale::Maketext::Lexicon, designed to alleviate the need of creating Language Classes for module authors.
RPMPackage perl-Locale-Maketext-1.29-419.lbn25.noarch
It is a common feature of applications (whether run directly, or via the Web) for them to be "localized" -- i.e., for them to present an English interface to an English-speaker, a German interface to a German-speaker, and so on for all languages it's programmed with. Locale::Maketext is a framework for software localization; it provides you with the tools for organizing and accessing the bits of text and text-processing code that you need for producing localized applications.
RPMPackage perl-List-MoreUtils-0.416-1.fc25.x86_64
List::MoreUtils provides some trivial but commonly needed functionality on lists that is not going to go into List::Util.
RPMPackage perl-LWP-MediaTypes-6.04-1.lbn25.noarch
This module provides functions for handling media (also known as MIME) types and encodings. The mapping from file extensions to media types is defined by the media.types file. If the ~/.media.types file exists it is used instead. For backwards compatibility we will also look for ~/.mime.types.
RPMPackage perl-JSON-PP-4.02-1.lbn25.noarch
JSON::XS is the fastest and most proper JSON module on CPAN. It is written by Marc Lehmann in C, so must be compiled and installed in the used environment. JSON::PP is a pure-Perl module and is compatible with JSON::XS.
RPMPackage perl-Import-Into-1.002005-10.lbn25.noarch
Loading Import::Into creates a global method import::into which you can call on any package to import it into another package.
RPMPackage perl-IPC-Cmd-1.02-5.lbn25.noarch
IPC::Cmd allows you to run commands platform independently, interactively if desired, but have them still work.
RPMPackage perl-IO-Zlib-1.10-436.lbn25.1.noarch
This modules provides an IO:: style interface to the Compress::Zlib package. The main advantage is that you can use an IO::Zlib object in much the same way as an IO::File object so you can have common code that doesn't know which sort of file it is using.
RPMPackage perl-IO-Tty-1.12-14.lbn25.x86_64
IO::Tty and IO::Pty provide an interface to pseudo tty's.
RPMPackage perl-IO-Socket-SSL-2.066-1.lbn25.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-IP-0.39-419.lbn25.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-HTML-1.001-13.lbn25.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.086-1.lbn25.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-1.39-436.lbn25.1.x86_64
This is a collection of Perl input/output modules.
RPMPackage perl-HTTP-Tiny-0.076-2.lbn25.noarch
This is a very simple HTTP/1.1 client, designed 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-Negotiate-6.01-22.lbn25.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.18-4.lbn25.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.