You are here: Home

Modified items

All recently modified items, latest first.
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.
RPMPackage perl-ExtUtils-Manifest-1.70-1.lbn19.noarch
Utilities to write and check a MANIFEST file.
RPMPackage perl-ExtUtils-MakeMaker-Coverage-0.05-17.fc19.noarch
This module adds an additional target to the Makefile generated by ExtUtils::MakeMaker. The target, testcover, calls cover, the command-line script to generate test coverage statistics, to clean up any data from a previous run. It then runs the tests, as if make test was run, then calls cover again to generate the coverage statistics.
RPMPackage perl-ExtUtils-MakeMaker-7.04-1.lbn19.noarch
This utility is designed to write a Makefile for an extension module from a Makefile.PL. It is based on the Makefile.SH model provided by Andy Dougherty and the perl5-porters.
RPMPackage perl-ExtUtils-InstallPaths-0.010-2.lbn19.noarch
This module tries to make install path resolution as easy as possible. When you want to install a module, it needs to figure out where to install things. The nutshell version of how this works is that default installation locations are determined from ExtUtils::Config, and they may be individually overridden by using the install_path attribute. An install_base attribute lets you specify an alternative installation root like /home/foo and prefix does something similar in a rather different (and more complicated) way. destdir lets you specify a temporary installation directory like /tmp/install in case you want to create bundled-up installable packages.
RPMPackage perl-ExtUtils-Install-1.58-266.fc19.noarch
Handles the installing and uninstalling of perl modules, scripts, man pages, etc.
RPMPackage perl-ExtUtils-Helpers-0.022-2.lbn19.noarch
This module provides various portable helper functions for module building modules.
RPMPackage perl-ExtUtils-Embed-1.30-266.fc19.noarch
Utilities for embedding Perl in C/C++ applications.
RPMPackage perl-ExtUtils-Depends-0.304-1.fc19.noarch
This module tries to make it easy to build Perl extensions that use functions and typemaps provided by other perl extensions. This means that a perl extension is treated like a shared library that provides also a C and an XS interface besides the perl one.
RPMPackage perl-ExtUtils-Config-0.008-1.lbn19.noarch
ExtUtils::Config is an abstraction around the %Config hash.