You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-Unicode-Collate-1.27-2.lbn25.x86_64
This package is Perl implementation of Unicode Technical Standard #10 (Unicode Collation Algorithm).
RPMPackage perl-Storable-3.15-1.lbn25.x86_64
The Storable package brings persistence to your Perl data structures containing scalar, array, hash or reference objects, i.e. anything that can be conveniently stored to disk and retrieved at a later time.
RPMPackage perl-PerlIO-via-QuotedPrint-0.08-418.lbn25.noarch
This module implements a PerlIO layer that works on files encoded in the quoted-printable format. It will decode from quoted-printable while reading from a handle, and it will encode as quoted-printable while writing to a handle.
RPMPackage perl-Locale-gettext-1.07-13.lbn25.x86_64
The gettext module permits access from perl to the gettext() family of functions for retrieving message strings from databases constructed to internationalize software.
RPMPackage perl-Locale-Codes-3.60-1.lbn25.noarch
Locale-Codes is a distribution containing a set of modules. The modules each deal with different types of codes which identify parts of the locale including languages, countries, currency, etc.
RPMPackage perl-JSON-XS-4.02-1.lbn25.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-4.02-1.lbn25.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-Importer-0.025-4.lbn25.noarch
This Perl module acts as a layer between Exporter and modules which consume exports. It is feature-compatible with Exporter, plus some much needed extras. You can use this to import symbols from any exporter that follows Exporters specification. The exporter modules themselves do not need to use or inherit from the Exporter module, they just need to set @EXPORT and/or other variables.
RPMPackage perl-IPC-System-Simple-1.25-21.lbn25.noarch
Calling Perl's in-built 'system()' function is easy; determining if it was successful is _hard_. Let's face it, '$?' isn't the nicest variable in the world to play with, and even if you _do_ check it, producing a well-formatted error string takes a lot of work. 'IPC::System::Simple' takes the hard work out of calling external commands. In fact, if you want to be really lazy, you can just write: use IPC::System::Simple qw(system); and all of your "system" commands will either succeed (run to completion and return a zero exit value), or die with rich diagnostic messages.
RPMPackage perl-IPC-SysV-2.07-419.lbn25.x86_64
This is an object interface for System V messages, semaphores, and inter-process calls.
RPMPackage perl-Gerrit-REST-0.011-1.lbn25.noarch
"Gerrit is a web based code review system, facilitating online code reviews for projects using the Git version control system." This module is a thin wrapper around Gerrit's REST API, which is superseding it's old SSH API, for which there is another Perl module called Gerrit::Client.
RPMPackage perl-File-Fetch-0.56-418.lbn25.noarch
File::Fetch allows you to fetch any file pointed to by a "ftp", "http", "file", "git", or "rsync" URI by a number of different means.
RPMPackage perl-File-BaseDir-0.08-4.lbn25.noarch
This module can be used to find directories and files as specified by the Freedesktop.org Base Directory Specification. This specifications gives a mechanism to locate directories for configuration, application data and cache data. It is suggested that desktop applications for e.g. the Gnome, KDE or Xfce platforms follow this layout. However, the same layout can just as well be used for non-GUI applications.
RPMPackage perl-Env-1.04-418.lbn25.noarch
Perl maintains environment variables in a special hash named %ENV. For when this access method is inconvenient, the Perl module Env allows environment variables to be treated as scalar or array variables.
RPMPackage perl-Encode-devel-3.01-10.lbn25.x86_64
enc2xs builds a Perl extension for use by Encode from either Unicode Character Mapping files (.ucm) or Tcl Encoding Files (.enc). You can use enc2xs to add your own encoding to perl. No knowledge of XS is necessary.
RPMPackage perl-Const-Fast-0.014-16.lbn25.noarch
This the only function of this module and it is exported by default. It takes a scalar, array or hash left-value as first argument, and a list of one or more values depending on the type of the first argument as the value for the variable. It will set the variable to that value and subsequently make it read-only. Arrays and hashes will be made deeply read-only.
RPMPackage perl-Config-Tiny-2.23-13.lbn25.noarch
Config::Tiny is a Perl module designed for reading and writing .ini style configuration files. It is designed for simplicity and ease of use, and thus only supports the most basic operations.
RPMPackage perl-Config-Simple-4.59-30.lbn25.noarch
Simple configuration file class.
RPMPackage perl-Config-Properties-1.80-10.lbn25.noarch
Config::Properties is a near implementation of the java.util.Properties API. It is designed to allow easy reading, writing and manipulation of Java- style property files.
RPMPackage perl-Config-Perl-V-0.32-1.lbn25.noarch
The command "perl -V" will return you an excerpt from the %Config::Config hash combined with the output of "perl -V" that is not stored inside the hash, but only available to the perl binary itself. This package provides Perl module that will return you the output of "perl -V" in a structure.