Ports Search

Results 2,7312,740 of 5,623 for /devel/.(0.005 seconds)
devel/MooX-ConfigFromFile-0.007 (Score: 0.032514982)
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-File-ConfigDir-0.005 (Score: 0.032514982)
Moo eXtension for File::ConfigDir
MooX::File::ConfigDir is a helper for easily find configuration file locations. Whether to use this information for find a suitable place for installing them or looking around for finding any piece of settings, heavily depends on the requirements.
devel/MooX-HandlesVia-0.001008 (Score: 0.032514982)
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: 0.032514982)
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: 0.032514982)
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-TypeTiny-0.001003 (Score: 0.032514982)
Optimized type checks for Moo + Type::Tiny
This module optimizes Moo type checks when used with Type::Tiny to perform better. It will automatically apply to isa checks and coercions that use Type::Tiny. Non-Type::Tiny isa checks will work as normal. This is done by inlining the type check in a more optimal manner that is specific to Type::Tiny rather than the general mechanism Moo usually uses. With this module, setters with type checks should be as fast as an equivalent check in Moose.
Moo types for numbers
MooX::Types::MooseLike::Numeric provides Moo types for numbers.
devel/MooX-late-0.015 (Score: 0.032514982)
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/MooX-Types-MooseLike-0.29 (Score: 0.032514982)
Some Moosish types and a typer builder
MooX::Types::MooseLike provides some Moosish types and a typer builder.
devel/Moos-0.30 (Score: 0.032514982)
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.