Ports Search

Results 12,26112,270 of 19,819 for %22HTTP Server%22.(0.009 seconds)
devel/Module-Refresh-0.17 (Score: 9.2878623E-4)
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: 9.2878623E-4)
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: 9.2878623E-4)
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-ScanDeps-1.21 (Score: 9.2878623E-4)
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: 9.2878623E-4)
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.
devel/Module-Starter-1.71 (Score: 9.2878623E-4)
Simple starter kit for any Perl module
Module::Starter - a simple starter kit for any module Module::Starter is used to create a skeletal CPAN distribution, including basic builder scripts, tests, documentation, and module code. If you're not looking to extend or alter the behavior of this module, you probably want to look at module-starter instead.
devel/Module-Used-v1.2.0 (Score: 9.2878623E-4)
Find modules loaded by Perl code without running it
Find modules loaded by Perl code without running it.
devel/Module-Util-1.09 (Score: 9.2878623E-4)
Perl module name tools and transformations
This module provides a few useful functions for manipulating module names. Its main aim is to centralise some of the functions commonly used by modules that manipulate other modules in some way, like converting module names to relative paths.
devel/Module-Version-0.12 (Score: 9.2878623E-4)
Get module versions
This module fetches the version of any other module.
devel/Moo-2.002004 (Score: 9.2878623E-4)
Minimalist Object Orientation (with Moose compatibility)
Moo is an extremely light-weight Object Orientation system. It allows one to concisely define objects and roles with a convenient syntax that avoids the details of Perl's object system. Moo contains a subset of Moose and is optimised for rapid startup. The name Moo is based on the idea that it provides almost -- but not quite -- two thirds of Moose. Unlike Mouse this module does not aim at full compatibility with Moose's surface syntax, preferring instead to provide full interoperability via metaclass inflation capabilities.