You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-File-Path-2.18-479.fc36.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.15-1.fc36.noarch
This module exports a single function called parse_dir(), which can be used to parse directory listings.
RPMPackage perl-File-Find-Rule-0.34-20.fc36.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-Find-1.39-486.fc36.noarch
These are functions for searching through directory trees doing work on each file found similar to the Unix find command.
RPMPackage perl-File-DosGlob-1.12-486.fc36.x86_64
This Perl module implements DOS-like globbing with a few enhancements. It is largely compatible with perlglob.exe in all but one respect--it understands wild cards in directory components.
RPMPackage perl-File-Copy-2.35-486.fc36.noarch
A File::Copy module provides two basic functions, copy and move, which are useful for getting the contents of a file from one place to another.
RPMPackage perl-File-Compare-1.100.600-486.fc36.noarch
A File::Compare Perl module provides functions for comparing a content of two files specified by a file name or a file handle.
RPMPackage perl-File-Basename-2.85-486.fc36.noarch
These routines allow you to parse file paths into their directory, file name, and suffix.
RPMPackage perl-Fcntl-1.14-486.fc36.x86_64
Fcntl module provides file operation related options.
RPMPackage perl-ExtUtils-XSBuilder-0.28-41.fc36.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 adjustments 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-Typemaps-Default-1.05-23.fc36.noarch
ExtUtils::Typemaps::Default is an ExtUtils::Typemaps subclass that provides a set of default mappings (in addition to what perl itself provides). These default mappings are currently defined as the combination of the mappings provided by the following typemap classes which are provided in this distribution: ExtUtils::Typemaps::ObjectMap ExtUtils::Typemaps::STL ExtUtils::Typemaps::Basic
RPMPackage perl-ExtUtils-PkgConfig-1.16-17.fc36.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 that bind libraries that pkg-config knows. It is really just boilerplate code that you would've written yourself.
RPMPackage perl-ExtUtils-ParseXS-3.44-2.fc36.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.10-486.fc36.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.73-479.fc36.noarch
Utilities to write and check a MANIFEST file.
RPMPackage perl-ExtUtils-MakeMaker-tests-7.64-2.fc36.noarch
Tests from perl-ExtUtils-MakeMaker-7.64. Execute them with "/usr/libexec/perl-ExtUtils-MakeMaker/test".
RPMPackage perl-ExtUtils-MakeMaker-Coverage-0.05-42.fc36.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-CPANfile-0.09-11.fc36.noarch
ExtUtils::MakeMaker::CPANfile loads cpanfile in your distribution and modifies parameters for WriteMakefile in your Makefile.PL. Just use it instead of ExtUtils::MakeMaker (which should be loaded internally), and prepare cpanfile.
RPMPackage perl-ExtUtils-MakeMaker-7.64-2.fc36.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.64-2.fc36.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.