Ports Search

Results 13,44113,450 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.048 seconds)
devel/Log-Dispatch-Array-1.003 (Score: 3.975496E-5)
Log events to an array (reference)
This provides a Log::Dispatch log output system that appends logged events to an array reference. This is probably only useful for testing the logging of your code.
devel/MetaCPAN-Client-1.008001 (Score: 3.975496E-5)
Comprehensive, DWIM-featured client to the MetaCPAN API
This is a hopefully-complete API-compliant client to MetaCPAN (https://metacpan.org) with DWIM capabilities, to make your life easier.
devel/Mixin-Linewise-0.108 (Score: 3.975496E-5)
Write your linewise code for handles; this does the rest
With Mixin::Linewise::Readers and Mixin::Linewise::Writers, you can just write a method to handle handles, and methods for handling strings and filenames are added for you.
devel/Mock-Quick-1.111 (Score: 3.975496E-5)
Quickly mock objects and classes
Mock-Object provides a declarative mocking interface that results in a very concise, but clear syntax. There are separate facilities for mocking object instances, and classes. You can quickly create an instance of an object with custom attributes and methods. You can also quickly create an anonymous class, optionally inheriting from another, with whatever methods you desire. Mock-Object also provides a tool that provides an OO interface to overriding methods in existing classes. This tool also allows for the restoration of the original class methods. Best of all this is a localized tool, when your control object falls out of scope the original class is restored.
devel/Module-Math-Depends-0.02 (Score: 3.975496E-5)
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: 3.975496E-5)
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: 3.975496E-5)
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: 3.975496E-5)
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-Types-Perl-0.101343 (Score: 3.975496E-5)
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: 3.975496E-5)
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.