You are here: Home

Modified items

All recently modified items, latest first.
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.
RPMPackage perl-File-Which-1.09-12.lbn19.noarch
File::Which is a portable implementation (in Perl) of 'which', and can be used to get the absolute filename of an executable program installed somewhere in your PATH, or just check for its existence. It includes the command-line utility 'pwhich' which has the same function as 'which'.
RPMPackage perl-File-Slurp-9999.19-6.lbn19.noarch
This module provides subs that allow you to read or write entire files with one simple call. They are designed to be simple to use, have flexible ways to pass in or get the file contents and to be very efficient. There is also a sub to read in all the files in a directory other than . and .. These slurp/spew subs work for files, pipes and sockets, and stdio, pseudo-files, and DATA.
RPMPackage perl-File-ShareDir-1.03-8.fc19.noarch
The intent of File::ShareDir is to provide a companion to Class::Inspector and File::HomeDir, modules that take a process that is well-known by advanced Perl developers but gets a little tricky, and make it more available to the larger Perl community.
RPMPackage perl-File-Remove-1.52-5.lbn19.noarch
Convenience module for removing files and directories
RPMPackage perl-File-ReadBackwards-1.04-16.lbn19.noarch
This module reads a file backwards line by line. It is simple to use, memory efficient and fast. It supports both an object and a tied handle interface.
RPMPackage perl-File-MimeInfo-0.16-4.fc19.noarch
This module can be used to determine the mime type of a file. It tries to implement the freedesktop specification for a shared MIME database.
RPMPackage perl-File-MMagic-1.30-1.fc19.noarch
This module attempts to guess a file's type from its contents like the file(1) command.
RPMPackage perl-File-Listing-6.04-4.fc19.noarch
This module exports a single function called parse_dir(), which can be used to parse directory listings.
RPMPackage perl-File-HomeDir-1.00-3.lbn19.noarch
File::HomeDir is a module for locating the directories that are "owned" by a user (typically your user) and to solve the various issues that arise trying to find them consistently across a wide variety of platforms.