You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-Glib-1.312-1.lbn19.x86_64
This module provides perl access to GLib and GLib's GObject libraries. GLib is a portability and utility library; GObject provides a generic type system with inheritance and a powerful signal system. Together these libraries are used as the foundation for many of the libraries that make up the Gnome environment, and are used in many unrelated projects.
RPMPackage perl-Glib-1.280-2.fc19.armv6hl
This module provides perl access to GLib and GLib's GObject libraries. GLib is a portability and utility library; GObject provides a generic type system with inheritance and a powerful signal system. Together these libraries are used as the foundation for many of the libraries that make up the Gnome environment, and are used in many unrelated projects.
RPMPackage perl-Git-SVN-2.8.2-1.lbn19.noarch
Perl interface to Git.
RPMPackage perl-Git-2.8.2-1.lbn19.noarch
Perl interface to Git.
RPMPackage perl-Getopt-Long-Descriptive-0.093-2.fc19.noarch
Convenient wrapper for Getopt::Long and program usage output.
RPMPackage perl-Geo-IP-1.45-4.lbn19.x86_64
This package contains Perl bindings for the GeoIP IP/host-name to country/location/organization database. This package requires Maxmind's GeoIP libraries but is often faster than other, similar modules.
RPMPackage perl-GTop-0.18-4.fc19.x86_64
This is a perl interface to the libgtop library, useful for collecting real-time performance and other system statistics.
RPMPackage perl-GSSAPI-0.28-8.fc19.x86_64
This module gives access to the routines of the GSSAPI library, as described in rfc2743 and rfc2744 and implemented by the Kerberos-1.2 distribution from MIT.
RPMPackage perl-GDGraph-1.48-1.fc19.noarch
Graph generation package for Perl.
RPMPackage perl-GD-2.50-3.lbn19.x86_64
This is a autoloadable interface module for GD, a popular library for creating and manipulating PNG files. With this library you can create PNG images on the fly or modify existing files.
RPMPackage perl-GD-2.46-3.fc19.armv6hl
This is a autoloadable interface module for GD, a popular library for creating and manipulating PNG files. With this library you can create PNG images on the fly or modify existing files.
RPMPackage perl-Future-0.18-1.fc19.noarch
A Future object represents an operation that is currently in progress, or has recently completed. It can be used in a variety of ways to manage the flow of control, and data, through an asynchronous program.
RPMPackage perl-FreezeThaw-0.5001-10.fc19.noarch
Converts data to/from stringified form, appropriate for saving-to/reading-from permanent storage.
RPMPackage perl-Font-TTF-1.02-3.fc19.noarch
Perl module for TrueType font hacking. Supports reading, processing and writing of the following tables: GDEF, GPOS, GSUB, LTSH, OS/2, PCLT, bsln, cmap, cvt, fdsc, feat, fpgm, glyf, hdmx, head, hhea, hmtx, kern, loca, maxp, mort, name, post, prep, prop, vhea, vmtx and the reading and writing of all other table types. In short, you can do almost anything with a standard TrueType font with this module.
RPMPackage perl-Font-AFM-1.20-13.fc19.noarch
Interface to Adobe Font Metrics files
RPMPackage perl-Finance-Quote-1.20-2.fc19.noarch
This module retrieves stock and mutual fund quotes from various exchanges using various source.
RPMPackage perl-Filter-1.49-1.fc19.x86_64
Source filters alter the program text of a module before Perl sees it, much as a C preprocessor alters the source text of a C program before the compiler sees it.
RPMPackage perl-Filter-1.49-1.fc19.armv6hl
Source filters alter the program text of a module before Perl sees it, much as a C preprocessor alters the source text of a C program before the compiler sees it.
RPMPackage perl-File-pushd-1.009-1.lbn19.noarch
File::pushd does a temporary chdir that is easily and automatically reverted, similar to pushd in some Unix command shells. It works by creating an object that caches the original working directory. When the object is destroyed, the destructor calls chdir to revert to the original working directory. By storing the object in a lexical variable with a limited scope, this happens automatically at the end of the scope.
RPMPackage perl-File-chdir-0.1008-2.fc19.noarch
Perl's chdir() has the unfortunate problem of being very, very, very global. If any part of your program calls chdir() or if any library you use calls chdir(), it changes the current working directory for the whole program.