Ports Search

Results 17,35117,360 of 19,819 for %22HTTP Server%22.(0.011 seconds)
devel/Class-Accessor-Fast-XS-0.04 (Score: 7.739885E-4)
XS replacement for Class::Accessor::Fast
This module is a XS based replacement for Class::Accessor::Fast. Just replace Class::Accessor::Fast with Class::Accessor::Fast::XS and it should just work. Read Class::Accessor::Fast and Class::Accessor for API docs and usage.
devel/Class-Accessor-Grouped-0.10012 (Score: 7.739885E-4)
Lets you build groups of accessors
This class lets you build groups of accessors that will call different getters and setters.
Install an accessor subroutine
Perl module to install an accessor subroutine
devel/Class-Accessor-Lite-0.08 (Score: 7.739885E-4)
Minimalistic variant of p5-Class-Accessor
Class::Accessor::Lite is a variant of Class::Accessor. It is fast and requires less typing, has no dependencies to other modules, and does not mess up the @ISA.
devel/Class-Accessor-Lvalue-0.11 (Score: 7.739885E-4)
Create Lvalue accessors
This module subclasses Class::Accessor and Class::Accessor::Fast in order to provide lvalue accessor makers.
devel/Class-Accessor-Named-0.009 (Score: 7.739885E-4)
Better profiling output for Class::Accessor
Class::Accessor is a great way to automate the tedious task of generating accessors and mutators. One small drawback is that due to the details of the implementation, you only get one __ANON__ entry in profiling output. That entry contains all your accessors, which can be a real pain if you're attempting to figure out which of your accessors is being called six billion times. This module is a development aid which uses Hook::LexWrap and Sub::Name to talk your accessors into identifying themselves. While it shouldn't add much additional runtime overhead (as it acts only Class::Accessor's generator functions), it has not been designed for production deployment.
devel/Class-C3-Adopt-NEXT-0.14 (Score: 7.739885E-4)
Make NEXT suck less
Make NEXT suck less
devel/Class-C3-Componentised-1.0010 (Score: 7.739885E-4)
Load mix-ins or components to your C3-based class
This will inject base classes to your module using the Class::C3 method resolution order. Please note: these are not plugins that can take precedence over methods declared in MyModule. If you want something like that, consider MooseX::Object::Pluggable.
devel/Class-Data-Inheritable-0.08 (Score: 7.739885E-4)
Inheritable, overridable class data
Class::Data::Inheritable is for creating accessor/mutators to class data. That is, if you want to store something about your class as a whole (instead of about a single object). This data is then inherited by your subclasses and can be overridden.
devel/Class-Factory-Util-1.7 (Score: 7.739885E-4)
Utility functions for (factory) classes
This module is part of an effort to take functionality within Alzabo which has general utility and make it available outside of the Alzabo framework.