Ports Search

Results 12,24112,250 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.01 seconds)
devel/Term-RawInput-1.22 (Score: 6.4754924E-5)
Drop-in replacement for <STDIN> with handling of non-standard keys
Term::RawInput is a simple drop-in replacement for <STDIN> in scripts with the additional ability to capture and return the non-standard keys like 'End', 'Escape', 'Insert', etc.
devel/Test-Inter-1.06 (Score: 6.4754924E-5)
Framework for more readable interactive test scripts
This is another framework for writing test scripts. It is loosely inspired by Test::More, and has most of its functionality, but it is not a drop-in replacement.
devel/Test-Block-0.13 (Score: 6.4754924E-5)
Specify fine granularity test plans
This module allows you to specify the number of expected tests at a finer level of granularity than an entire test script. It is built with Test::Builder and plays happily with Test::More and friends.
devel/Test-Cmd-1.09 (Score: 6.4754924E-5)
Portable testing of commands and scripts
The Test::Cmd module provides a low-level framework for portable automated testing of executable commands and scripts (in any language, not just Perl), especially commands and scripts that interact with the file system.
devel/nspr-4.13 (Score: 6.4754924E-5)
Platform-neutral API for system level and libc like functions
Netscape Portable Runtime (NSPR) provides a platform-neutral API for system level and libc like functions. The API is used in the Mozilla client, many of Netscape/AOL/iPlanet's and other software offerings.
devel/Test-JSON-0.11 (Score: 6.4754924E-5)
Test JSON data
JavaScript Object Notation (JSON) is a lightweight data interchange format. Test::JSON makes it easy to verify that you have built valid JSON and that it matches your expected output.
devel/Test-Moose-More-0.038 (Score: 6.4754924E-5)
More tools for testing Moose packages
This package contains a number of additional tests that can be employed against Moose classes/roles. It is intended to replace L<Test::Moose> in your tests, and reexports any tests that it has and we do not, yet.
devel/Thread-Pool-Simple-0.25 (Score: 6.4754924E-5)
Simple thread-pool implementation
Thread::Pool::Simple provides a simple thread-pool implementation without external dependencies outside core modules. Jobs can be submitted to and handled by multi-threaded `workers' managed by the pool.
devel/Thread-Queue-Duplex-0.92 (Score: 6.4754924E-5)
Thread-safe request/response queue with identifiable elements
A mapped queue, similar to Thread::Queue, except that as elements are queued, they are assigned unique identifiers, which are used to identify responses returned from the dequeuing thread. This class provides a simple RPC-like mechanism between multiple client and server threads, so that a single server thread can safely multiplex requests from multiple client threads. Note that simplex versions of the enqueue methods are provided which do not assign unique identifiers, and are used for requests to which no response is required/expected. In addition, elements are inspected as they are enqueued/dequeued to determine if they are Thread::Queue::Queueable (aka TQQ) objects, and, if so, the onEnqueue() or onDequeue() methods are called to permit any additional class-specific marshalling/unmarshalling to be performed. Thread::Queue::Duplex (aka TQD) is itself a Thread::Queue::Queueable object, thus permitting TQD objects to be passed between threads.
devel/Time-Object-1.00 (Score: 6.4754924E-5)
Perl OO interface to time and dates
This module replaces the standard localtime and gmtime functions with implementations that return objects. It does so in a backwards compatible manner, so that using localtime/gmtime in the way documented in perlfunc will still return what you expect.