Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第2,4112,420项(搜索用时0.003秒)
devel/Filesys-Virtual-Plain-0.10 (Score: 0.032514982)
Plain virtual filesystem
This module is used by other modules to provide a pluggable filesystem.
devel/Filter-Template-1.043 (Score: 0.032514982)
Source filter for inline code templates (macros)
Filter::Template is a Perl source filter that provides simple inline source code templates. Inlined source code can be significantly faster than subroutines, especially for small-scale functions like accessors and mutators. On the other hand, they are more difficult to maintain and use. Choose your trade-offs wisely.
devel/Hash-AsObject-0.13 (Score: 0.032514982)
Hashes with accessors/mutators
A Hash::AsObject is a blessed hash that provides read-write access to its elements using accessors. (Actually, they're both accessors and mutators.) It's designed to act as much like a plain hash as possible; this means, for example, that you can use methods like DESTROY and if the Hash::AsObject has an element with that name, it'll get or set it.
devel/Forest-0.10 (Score: 0.032514982)
Collection of n-ary tree related modules
Forest is intended to be a replacement for the Tree::Simple family of modules, and fixes many of the issues that have always bothered me about them. It is by no means a complete replacement yet, but should eventually grow to become that.
devel/Form-Sensible-0.20023 (Score: 0.032514982)
Sensible way to handle form based user interface
Form::Sensible is a different kind of form library. Form::Sensible is not just another HTML form creator, or a form validator, though it can do both. Form::Sensible, instead, focuses on what forms are: a method to relay information to and from a user interface. Form::Sensible forms are primarily tied to the data they represent. Form::Sensible is not tied to HTML in any way. You could render Form::Sensible forms using any presentation system you like, whether that's HTML, console prompts, WxPerl or voice prompts. (* currently only an HTML renderer is provided with Form::Sensible, but work is already under way to produce others.) Features: - Easy form validation - Ability to easily save created forms for future use - Define form once, render any number of ways - Flexible built-in form validator - Easily extended to produce new renderers, field types and validation - HTML renderer produces sane html that can be easily styled via CSS - HTML renderer allows for custom templates to control all aspects of form rendering. - HTML output not tied to any javascript library.
devel/Function-Parameters-1.0705 (Score: 0.032514982)
Subroutine definitions with parameter lists
Function::Parameters extends Perl with keywords that let you define functions with parameter lists. It uses Perl's keyword plugin API, so it works reliably and doesn't require a source filter.
devel/Future-0.33 (Score: 0.032514982)
Build objects representing outstanding operations
A Future object represents an operation that is currently in progress, or has recently completed. Library functions that perform asynchronous operations would use Future objects to allow calling programs to control or wait for those operations to complete.
devel/Gearman-Client-Async-0.94 (Score: 0.032514982)
Asynchronous client module for Gearman for Danga::Socket applications
Gearman::Client::Async - Asynchronous client module for Gearman for Danga::Socket applications
devel/Gearman-Server-1.11 (Score: 0.032514982)
Gearman server daemon
Gearman is a system to farm out work to other machines, dispatching function calls to machines that are better suited to do work, to do work in parallel, to load balance lots of function calls, or to call functions between languages. This is the server daemon component. The bridge between workers (clients who can do work) and callers (clients who want work done). You should run several of these, at least two, for both load balancing and high availability.
devel/Gearman-XS-0.12 (Score: 0.032514982)
Perl front end for the Gearman C library
This is a Perl front end for the Gearman C library. It aims to provide a simple interface closely tied to the C library.