Ports Search

Results 2,6812,690 of 5,623 for /devel/.(0.003 seconds)
devel/Module-Reload-Sel-1.02 (Score: 0.032514982)
Reload perl library files when updated on disk
Utility for module developers to selectively reload needed modules and/or conditionally augment @INC with additional, per-developer library directories, at development time based on environment variables. Particularly helpful in conjunction with mod_perl applications where some or all application logic resides in separate Perl modules that would otherwise not get reloaded until the server restarts.
devel/Module-CheckVersion-0.07 (Score: 0.032514982)
Check module (e.g. latest version) with CPAN (or equivalent repo)
Module::CheckVersion checks latest version of modules with CPAN (or equivalent repo).
devel/Module-Collect-0.06 (Score: 0.032514982)
Perl extension to collect module files from some directories
Module::Collect collects module files from some directories.
devel/Module-Runtime-0.014 (Score: 0.032514982)
Runtime module handling
The functions exported by this module deal with runtime handling of Perl modules, which are normally handled at compile time.
devel/Module-Compile-0.23 (Score: 0.032514982)
Provide a system for writing modules that compile other Perl modules
This module provides a system for writing modules that *compile* other Perl modules. Modules that use these compilation modules get compiled into some altered form the first time they are run. The result is cached into ".pmc" files. Perl has native support for ".pmc" files. It always checks for them, before loading a ".pm" file.
devel/Module-CoreList-5.20160620 (Score: 0.032514982)
See what modules shipped with versions of Perl
Module::CoreList contains the hash of hashes %Module::CoreList::version, this is keyed on perl version as indicated in $]. The second level hash is module => version pairs. It also contains %Module::CoreList::released hash, which has ISO formatted versions of the release dates, as gleaned from the perlhist man page.
devel/Module-Dependency-1.86 (Score: 0.032514982)
Collection of modules for examining dependencies
Module::Dependency - Collection of modules for examining dependencies between parents and children, like Perl files A set of pure-perl modules and helper programs that let you build a database of the dependency links between a collection of Perl files, and then query that database, even producing text, HTML, PostScript or graphical reports. The database in question is actually a simple Storable image of a Perl data structure, and you can create as many of these as you want. You can use the command-line tools, or write your own Perl to query and manipulate the data however you want.
devel/Module-Depends-0.16 (Score: 0.032514982)
Identify the dependencies of a distribution
Module::Depends extracts module dependencies from an unpacked distribution tree. Module::Depends only evaluates the META.yml shipped with a distribution. This won't be effective until all distributions ship META.yml files, so we suggest you take your life in your hands and look at Module::Depends::Intrusive.
devel/Module-Extract-0.01 (Score: 0.032514982)
Base class for working with Perl distributions
Module::Extract is a convenience base class for creating module that work with Perl distributions. Its purpose is to take care of the mechanisms of locating and extracting a Perl distribution so that your module can do something specific to the distribution. This module was originally created to provide an abstraction for the extraction logic for both Module::Inspector and Module::P4P and to allow additional features to be added in the future without having to modify both of them, because the general problem of "locate, download, and expand a distribution" is one that is almost ideal for adding additional features down the line.
devel/Module-ExtractUse-0.34.1 (Score: 0.032514982)
Find out what CPAN modules are used
Module::ExtractUse is basically a Parse::RecDescent grammar to parse Perl code. It tries very hard to find all modules (whether pragmas, Core, or from CPAN) used by the parsed code.