You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-File-Temp-0.230.900-2.lbn25.noarch
File::Temp can be used to create and open temporary files in a safe way. There is both a function interface and an object-oriented interface. The File::Temp constructor or the tempfile() function can be used to return the name and the open file handle of a temporary file. The tempdir() function can be used to create a temporary directory.
RPMPackage perl-File-Slurp-Tiny-0.004-10.lbn25.noarch
This module provides functions for fast and correct slurping and spewing of files.
RPMPackage perl-File-Slurp-9999.27-1.lbn25.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.116-4.lbn25.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.58-2.lbn25.noarch
Convenience module for removing files and directories
RPMPackage perl-File-Path-2.16-2.lbn25.noarch
This module provides a convenient way to create directories of arbitrary depth and to delete an entire directory subtree from the file system.
RPMPackage perl-File-Listing-6.04-20.lbn25.noarch
This module exports a single function called parse_dir(), which can be used to parse directory listings.
RPMPackage perl-File-HomeDir-1.004-4.lbn25.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-ExtUtils-XSBuilder-0.28-31.lbn25.noarch
ExtUtils::XSBuilder is a set of modules to parse C header files and create XS glue code and documentation out of it. Ideally this allows one to "write" an interface to a C library without coding a line. Since no C-API is ideal, some adjuments are necessary most of the time. So to use this module you must still be familiar with C and XS programming, but it removes a lot of stupid work and copy&paste from you. Also when the C API changes, most of the time you only have to rerun XSBuilder to get your new Perl API.
RPMPackage perl-ExtUtils-ParseXS-3.40-1.lbn25.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-Miniperl-1.08-436.lbn25.1.noarch
writemain() takes an argument list of directories containing archive libraries that relate to perl modules and should be linked into a new perl binary. It writes a corresponding perlmain.c file that is a plain C file containing all the bootstrap code to make the If the first argument to writemain() is a reference to a scalar it is used as the file name to open for output. Any other reference is used as the file handle to write to. Otherwise output defaults to STDOUT.
RPMPackage perl-ExtUtils-Manifest-1.72-1.lbn25.noarch
Utilities to write and check a MANIFEST file.
RPMPackage perl-ExtUtils-MakeMaker-7.36-1.lbn25.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-MM-Utils-7.36-1.lbn25.noarch
This is a collection of ExtUtils::MM subroutines that are used by many other modules but that do not need full-featured ExtUtils::MakeMaker. The issue with ExtUtils::MakeMaker is it pulls in Perl header files and that is an overkill for small subroutines.
RPMPackage perl-ExtUtils-LibBuilder-0.08-10.lbn25.noarch
Some Perl modules need to ship C libraries together with their Perl code. Although there are mechanisms to compile and link (or glue) C code in your Perl programs, there was not a clear method to compile standard, self- contained C libraries. This module helps in that task.
RPMPackage perl-ExtUtils-InstallPaths-0.012-4.lbn25.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-2.14-419.lbn25.noarch
Handles the installing and uninstalling of Perl modules, scripts, man pages, etc.
RPMPackage perl-ExtUtils-Embed-1.35-436.lbn25.1.noarch
Utilities for embedding Perl in C/C++ applications.
RPMPackage perl-ExtUtils-Depends-0.8000-1.lbn25.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-14.lbn25.noarch
ExtUtils::Config is an abstraction around the %Config hash.