Ports Search

Results 2,6612,670 of 5,623 for /devel/.(0.003 seconds)
devel/Minion-5.08 (Score: 0.032514982)
Asynchronous job queue for Mojolicious
Minion is a job queue for the Mojolicious real-time web framework with support for multiple backends, such as DBM::Deep and PostgreSQL. A job queue allows you to process time and/or computationally intensive tasks in background processes, outside of the request/response lifecycle. Among those tasks you'll commonly find image resizing, spam filtering, HTTP downloads, building tarballs, warming caches and basically everything else you can imagine that's not super fast.
devel/Mixin-Event-Dispatch-2.000 (Score: 0.032514982)
Mixin methods for simple event/message dispatch framework
Add Mixin::Event::Dispatch in as a parent to your class, and it'll provide some methods for defining event handlers ("subscribe_to_event" or "add_handler_for_event") and calling them ("invoke_event"). Note that handlers should return 0 for a one-off handler, and 1 if it should be called again on the next event.
devel/Mixin-Linewise-0.108 (Score: 0.032514982)
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/Mo-0.39 (Score: 0.032514982)
Micro Objects. Mo is less
Mo is the bare minimum needed for Perl OO. Many times you'll want just a couple more features. Don't worry. Mo's got you covered. Mo simply loads the feature classes Mo::build, Mo::default, Mo::builder, Mo::coerce, Mo::is and Mo::required. The first one supports BUILD constructing and the other three add their magics to has. A Mo::Feature module can enhance new, extends and has, and also add new export subs, or remove existing ones. Features can also be combined for a single accessor. See Mo::Features for a list of all the features and for an explanation of the Feature API.
devel/Mock-Quick-1.111 (Score: 0.032514982)
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-List-0.003 (Score: 0.032514982)
Module 'directory' listing
This module deals with the examination of the namespace of Perl modules.
devel/Module-Build-Convert-0.49 (Score: 0.032514982)
Makefile.PL to Build.PL converter
Module::Build::Convert - Makefile.PL to Build.PL converter ExtUtils::MakeMaker has been a de-facto standard for the common distribution of Perl modules; Module::Build is expected to supersede ExtUtils::MakeMaker in some time (part of the Perl core as of 5.10?) The transition takes place slowly, as the converting process manually achieved is yet an uncommon practice. The Module::Build::Convert Makefile.PL parser is intended to ease the transition process.
devel/Module-Load-0.32 (Score: 0.032514982)
Runtime require of both modules and files
load() eliminates the need to know whether you are trying to require either a file or a module.
devel/Module-Loaded-0.08 (Score: 0.032514982)
Mark modules as loaded or unloaded
When testing applications, often you find yourself needing to provide functionality in your test environment that would usually be provided by external modules. Rather than munging the %INC by hand to mark these external modules as loaded, so they are not attempted to be loaded by perl, this module offers you a very simple way to mark modules as loaded and/or unloaded.
devel/Module-Build-Kwalitee-0.24 (Score: 0.032514982)
Module::Build subclass with prepackaged tests
Module::Build::Kwalitee subclasses Module::Build to provide boilerplate tests for your project. It does this by overriding new() and copying tests to your t directory when you run 'perl Build.PL'.