Ports Search

Results 11,76111,770 of 19,819 for %22HTTP Server%22.(0.009 seconds)
devel/Class-Singleton-1.5 (Score: 9.2878623E-4)
Perl module that describes a singular object class
This is the Class::Singleton module. A Singleton describes an object class that can have only one instance in any system. An example of a Singleton might be a print spooler or system registry. This module implements a Singleton class from which other classes can be derived. By itself, the Class::Singleton module does very little other than manage the instantiation of a single object. In deriving a class from Class::Singleton, your module will inherit the Singleton instantiation method and can implement whatever specific functionality is required.
devel/Class-Measure-0.05 (Score: 9.2878623E-4)
Create, compare, and convert units of measurement
This is a base class that is inherited by the Class::Measure classes. This distribution comes with the class Class::Measure::Length.
devel/Clone-0.38 (Score: 9.2878623E-4)
Clone - recursively copy Perl datatypes
This perl module provides a clone() method which makes recursive copies of nested hash, array, scalar and reference types, including tied variables and objects.
devel/Class-Mix-0.005 (Score: 9.2878623E-4)
Perl module for dynamic class mixing
The "mix_class" function provided by this module dynamically generates `anonymous' classes with specified inheritance.
devel/Class-StrongSingleton-0.02 (Score: 9.2878623E-4)
Stronger and more secure Singleton base class
This module is an alternative to Class::Singleton and Class::WeakSingleton, and provides a more secure Singleton class in that it takes steps to prevent the possibility of accidental creation of multiple instances and/or the overwriting of existing Singleton instances.
devel/Class-MixinFactory-0.92 (Score: 9.2878623E-4)
Class Factory with Selection of Mixins
This distribution facilitates the run-time generation of classes which inherit from a base class and some optional selection of mixin classes. A factory is provided to generate the mixed classes with multiple inheritance. A NEXT method allows method redispatch up the inheritance chain.
devel/Class-Multimethods-1.70 (Score: 9.2878623E-4)
Support multimethods and function overloading in Perl
The Class:Multimethod module exports a subroutine (&multimethod) that can be used to declare other subroutines that are dispatched using a algorithm different from the normal Perl subroutine or method dispatch mechanism. Normal Perl subroutines are dispatched by finding the appropriately-named subroutine in the current (or specified) package and calling that. Normal Perl methods are dispatched by attempting to find the appropriately-named subroutine in the package into which the invoking object is blessed or, failing that, recursively searching for it in the packages listed in the appropriate @ISA arrays. Class::Multimethods multimethods are dispatched quite differently. The dispatch mechanism looks at the classes or types of each argument to the multimethod (by calling ref on each) and determines the "closest" matching variant of the multimethod, according to the argument types specified in the variants' definitions (see "Finding the "nearest" multimethod" for a definition of "closest").
devel/Class-Tiny-1.001 (Score: 9.2878623E-4)
Perl extension for minimalist class construction
This module offers a minimalist class construction kit in around 120 lines of code.
devel/Class-NamedParms-1.06 (Score: 9.2878623E-4)
Lightweight named parameter handling system
Class::NamedParms Provides standard get/set/clear accessors for a class via named parameter with forced lexical checking of named parameters for validity and initialization validation. Lightweight and simple to use. Designed as a base class for inheritance by other modules.
devel/Class-Null-2.110730 (Score: 9.2878623E-4)
Perl module which implements the Null Class design pattern
Perl module which implements the Null Class design pattern