Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第11,98111,990项(搜索用时0.011秒)
devel/Dir-Project-3.025 (Score: 9.2878623E-4)
Project Environment determination
Dir::Project provides a way to locate a source-controlled directory (CVS, Subversion, Perforce, etc) using only the current working directory (cd). This prevents users from having to set other environment variables when they switch between areas, and allows scripts and such inside the directory to be executed without changing the user's PATH.
devel/Env-Path-0.19 (Score: 9.2878623E-4)
Advanced operations on path variables
Env::Path presents an object-oriented interface to path variables, defined as that subclass of environment variables which name an ordered list of filesystem elements separated by a platform-standard separator (typically ':' on UNIX and ';' on Windows).
devel/Exporter-5.68 (Score: 9.2878623E-4)
Implements default import method for modules
The Exporter module implements an "import" method which allows a module to export functions and variables to its users' namespaces. Many modules use Exporter rather than implementing their own "import" method because Exporter provides a highly flexible interface, with an implementation optimised for the common case.
devel/ExtUtils-AutoInstall-0.63 (Score: 9.2878623E-4)
Automatic install of dependencies via CPAN
ExtUtils::AutoInstall lets module writers to specify a more sophisticated form of dependency information than the PREREQ_PM option offered by ExtUtils::MakeMaker. This module works best with the Module::Install framework, a drop-in replacement for MakeMaker.
devel/Directory-Queue-1.8 (Score: 9.2878623E-4)
Object oriented interface to a directory based queue in Perl
The goal of this module is to offer a simple queue system using the underlying filesystem for storage, security and to prevent race conditions via atomic operations. It focuses on simplicity, robustness and scalability.
devel/ExtUtils-Config-0.008 (Score: 9.2878623E-4)
Wrapper for perl configuration
ExtUtils::Config is an abstraction around the %Config hash.
devel/ExtUtils-Constant-0.23 (Score: 9.2878623E-4)
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: 9.2878623E-4)
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: 9.2878623E-4)
Declare version conflicts for your dist
Declare version conflicts for your dist
devel/ExtUtils-Helpers-0.022 (Score: 9.2878623E-4)
Various portability utilities for module builders
ExtUtils::Helpers provides various portable helper functions for module building modules.