You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-Locale-Maketext-Gettext-1.27-3.lbn13.noarch
Locale::Maketext::Gettext joins the GNU gettext and Maketext frameworks. It is a subclass of Locale::Maketext(3) that follows the way GNU gettext works. It works seamlessly, both in the sense of GNU gettext and Maketext. As a result, you enjoy both their advantages, and get rid of both their problems, too.
RPMPackage perl-List-MoreUtils-0.33-4.fc18.armv6hl
List::MoreUtils provides some trivial but commonly needed functionality on lists that is not going to go into List::Util.
RPMPackage perl-List-MoreUtils-0.22-10.lbn13.x86_64
List::MoreUtils provides some trivial but commonly needed functionality on lists which is not going to go into List::Util.
RPMPackage perl-LWP-Protocol-https-6.04-1.lbn13.noarch
The LWP::Protocol::https module provides support for using HTTPS schemed URLs with LWP. This module is a plug-in to the LWP protocol handling, so you don't use it directly. Once the module is installed LWP is able to access sites using HTTP over SSL/TLS.
RPMPackage perl-LWP-MediaTypes-6.02-2.lbn13.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-XS-2.33-2.lbn13.x86_64
This module converts Perl data structures to JSON and vice versa. Its primary goal is to be correct and its secondary goal is to be fast. To reach the latter goal it was written in C.
RPMPackage perl-JSON-XS-2.33-1.fc18.1302141728kf.armv6hl
This module converts Perl data structures to JSON and vice versa. Its primary goal is to be correct and its secondary goal is to be fast. To reach the latter goal it was written in C.
RPMPackage perl-JSON-PP-2.27200-239.lbn13.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-JSON-2.53-3.lbn13.noarch
This module converts between JSON (JavaScript Object Notation) and Perl data structure into each other. For JSON, see http://www.crockford.com/JSON/.
RPMPackage perl-Image-Xpm-1.09-12.lbn13.noarch
This class module provides basic load, manipulate and save functionality for the xpm file format. It inherits from Image::Base which provides additional manipulation functionality.
RPMPackage perl-Image-Xbm-1.08-12.lbn13.noarch
This class module provides basic load, manipulate and save functionality for the xbm file format. It inherits from Image::Base which provides additional manipulation functionality.
RPMPackage perl-Image-Size-3.2-3.lbn13.noarch
Image::Size is a library based on the image-sizing code in the wwwimagesize script, a tool that analyzes HTML files and adds HEIGHT and WIDTH tags to IMG directives. Image::Size has generalized that code to return a raw (X, Y) pair, and included wrappers to pre-format that output into either HTML or a set of attribute pairs suitable for the CGI.pm library by Lincoln Stein. Currently, Image::Size can size images in XPM, XBM, GIF, JPEG, PNG, MNG, TIFF, the PPM family of formats (PPM/PGM/PBM) and if Image::Magick is installed, the formats supported by it.
RPMPackage perl-Image-Info-1.28-6.lbn13.noarch
This Perl extension allows you to extract meta information from various types of image files.
RPMPackage perl-Image-Base-1.07-13.lbn13.noarch
Base class for loading, manipulating and saving images in Perl.
RPMPackage perl-IPTables-Parse-0.7-5.lbn13.noarch
The IPTables::Parse package provides an interface to parse iptables rules on Linux systems through the direct execution of iptables commands, or from parsing a file that contains an iptables policy listing. You can get the current policy applied to a table/chain, look for a specific user-defined chain, check for a default DROP policy, or determing whether or not logging rules exist.
RPMPackage perl-IPTables-ChainMgr-0.9-4.noarch
The IPTables::ChainMgr package provides an interface to manipulate iptables policies on Linux systems through the direct execution of iptables commands. Although making a perl extension of libiptc provided by the iptables project is possible, it is easy to just execute iptables commands directly in order to both parse and change the configuration of the policy. Further, this simplifies installation since the only external requirement is (in the spirit of scripting) to be able to point IPTables::ChainMgr at an installed iptables binary instead of having to compile against a library.
RPMPackage perl-IPC-Run3-0.044-1.lbn13.noarch
This module allows you to run a subprocess and redirect stdin, stdout, and/or stderr to files and perl data structures. It aims to satisfy 99% of the need for using system, qx, and open3 with a simple, extremely Perlish API and none of the bloat and rarely used features of IPC::Run.
RPMPackage perl-IPC-Run-0.84-2.lbn13.noarch
IPC::Run allows you run and interact with child processes using files, pipes, and pseudo-ttys. Both system()-style and scripted usages are supported and may be mixed. Likewise, functional and OO API styles are both supported and may be mixed. Various redirection operators reminiscent of those seen on common Unix and DOS command lines are provided.
RPMPackage perl-IPC-Cmd-0.46-121.lbn13.x86_64
IPC::Cmd allows you to run commands, interactively if desired, in a platform independent way, but have them still work.
RPMPackage perl-IO-stringy-2.110-12.lbn13.noarch
This toolkit primarily provides modules for performing both traditional and object-oriented I/O) on things *other* than normal filehandles; in particular, IO::Scalar, IO::ScalarArray, and IO::Lines. In the more-traditional IO::Handle front, we have IO::AtomicFile, which may be used to painlessly create files that are updated atomically. And in the "this-may-prove-useful" corner, we have IO::Wrap, whose exported wraphandle() function will clothe anything that's not a blessed object in an IO::Handle-like wrapper... so you can just use OO syntax and stop worrying about whether your function's caller handed you a string, a globref, or a FileHandle.