Ports Search

Results 12,27112,280 of 19,819 for %22HTTP Server%22.(0.009 seconds)
devel/MooX-Cmd-0.015 (Score: 9.2878623E-4)
Giving an easy Moo style way to make command organized CLI apps
Giving an easy Moo style way to make command organized CLI apps
devel/MooX-ConfigFromFile-0.007 (Score: 9.2878623E-4)
Moo eXtension for initializing objects from config file
MooX::ConfigFromFile is intended to easy load initialization values for attributes on object construction from an appropriate config file. The building is done in MooX::ConfigFromFile::Rule - using MooX::ConfigFromFile ensures the role is applied.
devel/MooX-HandlesVia-0.001008 (Score: 9.2878623E-4)
NativeTrait-like behavior for Moo
MooX::HandlesVia is an extension of Moo's 'handles' attribute functionality. It provides a means of proxying functionality from an external class to the given atttribute. This is most commonly used as a way to emulate 'Native Trait' behavior that has become commonplace in Moose code, for which there was no Moo alternative.
devel/MooX-Options-4.008 (Score: 9.2878623E-4)
Option keywords to your object (Mo/Moo/Moose)
MooX::Options adds option keywords to your object (Mo/Moo/Moose)
devel/MooX-StrictConstructor-0.008 (Score: 9.2878623E-4)
Make your Moo-based object constructors blow up on unknown attributes
Simply loading this module makes your constructors "strict". If your constructor is called with an attribute init argument that your class does not declare, then it dies. This is a great way to catch small typos.
devel/MooX-late-0.015 (Score: 9.2878623E-4)
Perl extension to easily translate Moose code to Moo
Moo is a light-weight object oriented programming framework which aims to be compatible with Moose. MooX::late provides some assistance by enabling a slightly more Moosey surface syntax.
devel/Moos-0.30 (Score: 9.2878623E-4)
Moo s{imple,peedy,ingle}
Moos completes the M to Moose sequence of Perl OO modules. This one is pure Perl, single file and mostly Moose compatible (for what it does). Moos has no non-core dependencies, but certain features (roles, debugging functions, legacy Perl support) do require additional modules. If you steer away from those features, you don't need those additional modules.
devel/Moose-Autobox-0.15 (Score: 9.2878623E-4)
Autoboxed wrappers for Native Perl datatypes
Moose::Autobox provides an implementation of SCALAR, ARRAY, HASH & CODE for use with autobox. It does this using a hierarchy of roles in a manner similar to what Perl 6 might do.
devel/Moose-Policy-0.05 (Score: 9.2878623E-4)
Moose-mounted police
This module allows you to specify your project-wide or even company-wide Moose meta-policy. Most all of Moose's features can be customized through the use of custom metaclasses, however fiddling with the metaclasses can be hairy. Moose::Policy removes most of that hairiness and makes it possible to cleanly contain a set of meta-level customizations in one easy to use module.
devel/Moose-Test-0.01 (Score: 9.2878623E-4)
Test Runner for the Moose test suite
This module provides an abstraction over the Moose test cases such that it makes it easier for them to be re-used in different contexts.