You are here: Home

Modified items

All recently modified items, latest first.
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.
RPMPackage perl-File-Find-Rule-Perl-1.13-2.lbn19.noarch
Common rules for searching for Perl things.
RPMPackage perl-File-Find-Rule-0.33-5.lbn19.noarch
File::Find::Rule is a friendlier interface to File::Find. It allows you to build rules which specify the desired files and directories.
RPMPackage perl-File-Fetch-0.32-266.fc19.noarch
File::Fetch is a generic file fetching mechanism.
RPMPackage perl-File-DesktopEntry-0.04-19.fc19.noarch
This module is used to work with .desktop files. The format of these files is specified by the freedesktop "Desktop Entry" specification. See http://freedesktop.org/wiki/Standards_2fdesktop_2dentry_2dspec. For this module version 0.9.4 of the specification was used.
RPMPackage perl-File-Copy-Recursive-0.38-14.fc19.noarch
This module copies and moves directories recursively to an optional depth and attempts to preserve each file or directory's mode.
RPMPackage perl-File-CheckTree-4.42-2.fc19.noarch
File::CheckTree::validate() routine takes a single multi-line string consisting of directives, each containing a file name plus a file test to try on it. (The file test may also be a "cd", causing subsequent relative file names to be interpreted relative to that directory.) After the file test you may put || die to make it a fatal error if the file test fails. The default is || warn. The file test may optionally have a "!' prepended to test for the opposite condition. If you do a cd and then list some relative file names, you may want to indent them slightly for readability. If you supply your own die() or warn() message, you can use $file to interpolate the file name.
RPMPackage perl-File-BaseDir-0.03-14.fc19.noarch
This module can be used to find directories and files as specified by the XDG Base Directory Specification. It takes care of defaults and uses File::Spec to make the output platform specific.
RPMPackage perl-FCGI-0.74-7.lbn19.x86_64
FastCGI Perl bindings.
RPMPackage perl-FCGI-0.74-7.fc19.armv6hl
FastCGI Perl bindings.
RPMPackage perl-ExtUtils-PkgConfig-1.12-14.fc19.noarch
The pkg-config program retrieves information about installed libraries, usually for the purposes of compiling against and linking to them. ExtUtils::PkgConfig is a very simplistic interface to this utility, intended for use in the Makefile.PL of perl extensions which bind libraries that pkg-config knows. It is really just boilerplate code that you would've written yourself.
RPMPackage perl-ExtUtils-ParseXS-3.24-2.lbn19.noarch
ExtUtils::ParseXS will compile XS code into C code by embedding the constructs necessary to let C functions manipulate Perl values and creates the glue necessary to let Perl access those functions.