Ports Search

Results 2,7112,720 of 5,623 for /devel/.(0.003 seconds)
devel/Module-Pluggable-Fast-0.19 (Score: 0.032514982)
Fast plugins with instantiation
Similar to Module::Pluggable but instantiates plugins as soon as they're found, useful for code generators like Class::DBI::Loader.
devel/Module-Pluggable-Ordered-1.5 (Score: 0.032514982)
Call module plugins in a specified order
This module behaves exactly the same as Module::Pluggable, supporting all of its options, but also mixes in the call_plugins method to your class.
devel/Module-Pluggable-5.2 (Score: 0.032514982)
Automatically give your module the ability to have plugins
Provides a simple but, hopefully, extensible way of having 'plugins' for your module. Obviously this isn't going to be the be all and end all of solutions but it works for me. Essentially all it does is export a method into your namespace that looks through a search path for .pm files and turn those into class names. Optionally it instantiates those classes for you.
devel/Module-Recursive-Require-0.04 (Score: 0.032514982)
Require module recursively
Module::Recursive::Require - This class require module recursively.
devel/Module-Refresh-0.17 (Score: 0.032514982)
Refresh %INC files when updated on disk
p5-Module-Refresh ================= This module is a generalization of the functionality provided by Apache::StatINC. It's designed to make it easy to do simple iterative development when working in a persistent environment.
devel/Module-Release-2.12.2 (Score: 0.032514982)
Upload files to CPAN and SourceForge
This program automates Perl module releases. It makes the distribution, tests it, checks that CVS is up to date, tags CVS, uploads it to the PAUSE anonymous FTP directory and to the incoming directory for SourceForge.net, claims it on PAUSE for your CPAN account, and releases it on SourceForge.net.
devel/Module-Reload-1.10 (Score: 0.032514982)
Reload perl library files when updated on disk
p5-Module-Reload ================ Similar to Apache::Reload, this module allows a running perl program to reload all its libraries. Very useful for developing perl servers. When Perl pulls a file via require, it stores the filename in the global hash %INC. The next time Perl tries to 'require' the same file, it sees the file in %INC and does not reload from disk. This module's handler iterates over %INC and reloads the file if it has changed on disk.
devel/Module-Runtime-Conflicts-0.003 (Score: 0.032514982)
Provide information on conflicts for Module::Runtime
Module::Runtime::Conflicts provides conflicts checking for Module::Runtime, which had a recent release that broke some versions of Moose. It is called from Moose::Conflicts and moose-outdated.
devel/Module-ScanDeps-1.21 (Score: 0.032514982)
Recursively scan Perl code for dependencies
This module scans potential modules used by perl programs, using line-by-line analysis and elaborate heuristics.
devel/Module-Setup-0.09 (Score: 0.032514982)
Perl extension for a simple module maker
Module::Setup is very simply module start kit. When the module-setup command is executed first, a necessary template for ~/.module-setup directory is copied.