Ports Search

Results 2,6912,700 of 5,623 for /devel/.(0.003 seconds)
devel/Module-Find-0.13 (Score: 0.032514982)
Lets you find and use modules in categories
Module::Find lets you find and use modules in categories. This can be very useful for auto-detecting driver or plugin modules. You can differentiate between looking in the category itself or in all subcategories.
devel/Module-Functions-2.1.3 (Score: 0.032514982)
Perl extension to get function list from package
Module::Functions is a library to get a public functions list from package. It is useful to create a exportable function list.
devel/Module-Implementation-0.09 (Score: 0.032514982)
Loads one of several alternate underlying implementations for a module
Module::Implementation abstracts out the process of choosing one of several underlying implementations for a module. This can be used to provide XS and pure Perl implementations of a module, or it could be used to load an implementation for a given OS or any other case of needing to provide multiple implementations. Module::Implementation is only useful when you know all the implementations ahead of time. If you want to load arbitrary implementations then you probably want something like a plugin system, not this module.
devel/Module-Versions-Report-1.06 (Score: 0.032514982)
Report versions of all modules in memory
use Module::Versions::Report; ...and any code you want... This will run all your code normally, but then as the Perl interpreter is about to exit, it will print something like: Perl v5.6.1 under MSWin32. Modules in memory: attributes; AutoLoader v5.58; Carp; Config; DynaLoader v1.04; Exporter v5.562; Module::Versions::Report v1.01; HTML::Entities v1.22; HTML::HeadParser v2.15; HTML::Parser v3.25; [... and whatever other modules were loaded that session...]
devel/Module-Versions-0.02 (Score: 0.032514982)
Perl extension to handle versions of loaded modules
Module::Versions handles versions of loaded modules with a flexible result interface. The main goal is to get as much version informations as possible about a module or module list with a simple call interface and an absolutely flexible result interface. Module::Versions handles *loaded* and *loadable* modules.
devel/Module-Info-File-0.14 (Score: 0.032514982)
Retrieves module information from a file or script
Retrieves module information from a file or script. Enhances Module::Info->new_from_file to include dir and name attributes.
devel/Module-Info-0.35 (Score: 0.032514982)
Provides information about Perl modules
Module::Info gives you information about Perl modules without actually loading the module. It actually isn't specific to modules and should work on any perl code.
devel/Module-Inspector-1.05 (Score: 0.032514982)
Integrated API for inspecting Perl distributions
Module::Inspector provides a wrapper around various modules used to read and examine the different parts of a Perl module distribution tarball, and can inspect a module unrolled on disk, in a repository checkout, or just look directly inside a tarball. It also rovides a companion to the Class::Inspector API for accessing information on class after installation.
Perl extension to declare author-only dependencies
Declare author-only dependencies.
Perl extension to designate tests only run by module authors
Module::Install::AuthorTests designate tests only run by module authors.