Ports Search

Results 9,0619,070 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.012 seconds)
devel/Module-Math-Depends-0.02 (Score: 1.869263E-4)
Convenience object for manipulating module dependencies
This is a small convenience module created originally as part of Module::Inspector but released separately, in the hope that people might find it useful in other contexts.
devel/Mojolicious-Plugin-NYTProf-0.20 (Score: 1.869263E-4)
Auto handling of Devel::NYTProf in your Mojolicious app
This plugin enables Mojolicious to automatically generate Devel::NYTProf profiles and routes for your app, and sets up a route for viewing the collected data.
devel/MooseX-Attribute-Chained-1.0.2 (Score: 1.869263E-4)
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.
devel/MooseX-Method-Signatures-0.49 (Score: 1.869263E-4)
Method declarations with type constraints and no source filter
MooseX::Method::Signatures provides a proper "method" keyword, like "sub" but specifically for making methods and validating their arguments against Moose type constraints.
devel/MooseX-Traits-0.13 (Score: 1.869263E-4)
Moose eXtension to automatically apply roles at object creation time
Often you want to create components that can be added to a class arbitrarily. This module makes it easy for the end user to use these components. Instead of requiring the user to create a named class with the desired roles applied, or applying roles to the instance one-by-one, he can just pass a traits parameter to the class's new_with_traits constructor. This role will then apply the roles in one go, cache the resulting class (for efficiency), and return a new instance. Arguments meant to initialize the applied roles' attributes can also be passed to the constructor.
devel/MooseX-Types-Perl-0.101343 (Score: 1.869263E-4)
Moose types that check against Perl syntax
This library provides Moose types for checking things (mostly strings) against syntax that is, or is a reasonable subset of, Perl syntax.
devel/MooseX-Types-Stringlike-0.003 (Score: 1.869263E-4)
Perl extension of Moose type constraints for string-like objects
This module provides a more general version of the Str type. If coercions are enabled, it will accepts objects that overload stringification and coerces them into strings.
devel/Object-Declare-0.23 (Score: 1.869263E-4)
Declarative object constructor
This module exports one function, declare, for building named objects with a declarative syntax, similar to how Jifty::DBI::Schema defines its columns.
devel/Parallel-Iterator-1.00 (Score: 1.869263E-4)
Simple parallel execution
This module provides a 'parallel map'. Multiple worker processes are forked so that many instances of the transformation function may be executed simultaneously.
devel/POE-Component-RSS-0.09 (Score: 1.869263E-4)
Module for event based RSS parsing
POE::Component::RSS is an event based RSS parsing module. It wraps XML::RSS and provides a POE based framework for accessing the information provided.