Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第2,9212,930项(搜索用时0.003秒)
devel/Parallel-Async-0.03 (Score: 0.032514982)
Perl extension to run parallel task with fork to simple
Parallel::Async is yet another fork tool. Run parallel task with fork to simple.
devel/Parallel-ForkManager-1.19 (Score: 0.032514982)
Simple parallel processing fork manager
This module is intended for use in operations that can be done in parallel where the number of processes to be forked off should be limited. Typical use is a downloader which will be retrieving hundreds/thousands of files.
devel/Parallel-Scoreboard-0.07 (Score: 0.032514982)
Perl extension of scoreboard for monitoring status of many workers
Parallel::Scoreboard is a pure-perl implementation of a process scoreboard. By using the module it is easy to create a monitor for many worker process, like the status module of the Apache HTTP server. Unlike other similar modules, Parallel::Scoreboard is easy to use and has no limitation on the format or the length of the statuses to be stored. Any arbitrary data (like JSON or frozen perl object) can be saved by the worker processes as their status and read from the manager process.
devel/Params-CallbackRequest-1.20 (Score: 0.032514982)
Provide callbacks to method and function parameters
The idea behind this module is to provide a sort of plugin architecture for Perl templating systems. Callbacks are executed by the contents of a request to the Perl templating server, before the templating system itself executes. This approach allows you to carry out logical processing of data submitted from a form, to affect the contents of the request parameters before they're passed to the templating system for processing, and even to redirect or abort the request before the templating system handles it.
devel/Perl-osnames-0.11 (Score: 0.032514982)
List possible $^O ($OSNAME) values, with description
Perl::osnames contains $data which lists possible values of $^O along with description for each. It also provides some helper functions.
devel/Perl4-CoreLibs-0.003 (Score: 0.032514982)
Libraries historically supplied with Perl 4
This is a collection of .pl files that have historically been bundled with the Perl core but are planned not to be so distributed with core version 5.15 or later.
devel/Params-Coerce-0.14 (Score: 0.032514982)
Allows your classes to do coercion of parameters (Params::Coerce)
Params::Coerce - Allows your classes to do coercion of parameters
devel/Params-Util-1.07 (Score: 0.032514982)
Utility functions to aid in parameter checking
Params::Util provides a basic set of importable functions that makes checking parameters a hell of a lot easier.
devel/Perl6-Export-0.07 (Score: 0.032514982)
Implements the Perl 6 'is export(...)' trait
This module prototypes the Perl 6 'exported' and 'exportable' traits in Perl 5.
Validate combinations of parameters
Params::Validate::Dependencies extends Params::Validate's validate() function to support an arbitrary number of callbacks which are not associated with any one parameter. All of those callbacks are run after Params::Validate's normal validate() function. If any of them return false, then validate() will die as normal.