Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第2,7412,750项(搜索用时0.003秒)
devel/Moose-Autobox-0.15 (Score: 0.032514982)
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: 0.032514982)
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: 0.032514982)
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.
devel/elixir-nats-0.1.4.a (Score: 0.032514982)
NATS client for Elixir
NATS client for Elixir.
devel/MooseX-Aliases-0.11 (Score: 0.032514982)
Easy aliasing of methods and attributes in Moose
The MooseX::Aliases module will allow you to quickly alias methods in Moose. It provides an alias parameter for has() to generate aliased accessors as well as the standard ones. Attributes can also be initialized in the constructor via their aliased names.
devel/MooseX-App-Cmd-0.32 (Score: 0.032514982)
Mashes up MooseX::Getopt and App::Cmd
This module marries App::Cmd with MooseX::Getopt. Use it like App::Cmd advises (especially see App::Cmd::Tutorial), swapping App::Cmd::Command for MooseX::App::Cmd::Command. Then you can write your moose commands as moose classes, with MooseX::Getopt defining the options for you instead of opt_spec returning a Getopt::Long::Descriptive spec.
devel/MooseX-App-1.35 (Score: 0.032514982)
Write user-friendly command line apps with even less suffering
MooseX-App is a highly customizeable helper to write user-friendly command-line applications without having to worry about most of the annoying things usually involved. Just take any existing Moose class, add a single line (use MooseX-App qw(PluginA PluginB ...)) and create one class for each command in an underlying namespace. MooseX-App will then take care of - Finding, loading and initializing the command classes - Creating automated doucumentation - Reading and validating the command line options entered by the user Read the Tutorial[1] for getting started with a simple MooseX::App command line application. [1] http://search.cpan.org/dist/MooseX-App/lib/MooseX/App/Tutorial.pod
devel/MooseX-ArrayRef-0.005 (Score: 0.032514982)
Moose blessed array references
Blessed arrayrefs with Moose.
devel/MooseX-Async-0.07 (Score: 0.032514982)
The Orphanange of Asynchronous Love Children
MooseX::Async is a set of Metaclasses for MooseX::POE and it's siblings. Please see them for documentation.
devel/MooseX-Attribute-Chained-1.0.2 (Score: 0.032514982)
Attribute that returns the instance to allow for chaining
MooseX::Attribute::Chained is a Moose Trait which allows for method chaining on accessors by returning $self on write/set operations.