Ports Search

Results 2,2612,270 of 5,623 for /devel/.(0.002 seconds)
Creates temporary files and directories from a structured description
This module adds a create_structured_tree subroutine to the Directory::Scratch.
devel/ExtUtils-Config-0.008 (Score: 0.032514982)
Wrapper for perl configuration
ExtUtils::Config is an abstraction around the %Config hash.
devel/ExtUtils-Constant-0.23 (Score: 0.032514982)
Generate XS code to import C header constants
ExtUtils::Constant facilitates generating C and XS wrapper code to allow perl modules to AUTOLOAD constants defined in C library header files. It is principally used by the h2xs utility, on which this code is based. It doesn't contain the routines to scan header files to extract these constants.
devel/Directory-Scratch-0.15 (Score: 0.032514982)
Easy-to-use self-cleaning scratch space
It's often inconvenient to correctly create a platform-independent temporary storage space, manipulate files inside it, then clean it up. This module aims to eliminate that problem by making it easy to do things right.
devel/Dist-CheckConflicts-0.11 (Score: 0.032514982)
Declare version conflicts for your dist
Declare version conflicts for your dist
devel/ExtUtils-Helpers-0.022 (Score: 0.032514982)
Various portability utilities for module builders
ExtUtils::Helpers provides various portable helper functions for module building modules.
devel/ExtUtils-Install-2.04 (Score: 0.032514982)
Perl extension to install files from here to there
This module handles the installing and uninstalling of perl modules, scripts, man pages, etc... Both install() and uninstall() are specific to the way ExtUtils::MakeMaker handles the installation and deinstallation of perl modules. They are not designed as general purpose tools.
devel/Dist-Joseki-0.20 (Score: 0.032514982)
Tools for the prolific module author
"Joseki" is a japanese term from the game Go and means "a formulaic sequence of moves which is established for giving equal outcomes to both players", but it has come into general use to describe any fixed form of behaviour. Dist::Joseki offers you tools that help you in developing Perl module distributions if you stick to a certain formulaic style of structuring your distributions.
devel/Dist-Metadata-0.926 (Score: 0.032514982)
Perl extension for information about a perl module distribution
This module provides an easy interface for getting various metadata about a Perl module distribution.
devel/Dist-Zilla-4.300030 (Score: 0.032514982)
Distribution builder
Dist::Zilla builds distributions of code to be uploaded to the CPAN. In this respect, it is like ExtUtils::MakeMaker, Module::Build, or Module::Install. Unlike those tools, however, it is not also a system for installing code that has been downloaded from the CPAN. Since it's only run by authors, and is meant to be run on a repository checkout rather than on published, released code, it can do much more than those tools, and is free to make much more ludicrous demands in terms of prerequisites.