Ports Search

Results 7,0117,020 of 17,660 for descr%3A%22spam filter%22.(0.016 seconds)
devel/Gnome2-GConf-1.044 (Score: 1.607039E-4)
Perl bindings for the GConf2 configuration engine
This module allows you to use the GConf configuration system in order to store/retrieve the configuration of an application. The GConf system is a powerful configuration manager based on a user daemon that handles a set of key and value pairs, and notifies any changes of the value to every program that monitors those keys. GConf is used by GNOME 2.x.
devel/IO-Null-1.01 (Score: 1.607039E-4)
IO::Null - class for null filehandles
IO::Null ======== Calling a constructor of this class always succeeds, returning a new null filehandle. Writing to any object of this class is always a no- operation, and returns true. Reading from any object of this class is always nooperation, and returns empty-string or empty-list, as appropriate.
devel/IO-All-0.86 (Score: 1.607039E-4)
IO::All combines all of the best Perl IO modules
IO::All - IO::All combines all of the best Perl IO modules IO::All combines all of the best Perl IO modules into a single Spiffy object oriented interface to greatly simplify your everyday Perl IO idioms. It exports a single function called io, which returns a new IO::All object. And that object can do it all!
devel/IO-Prompter-0.004014 (Score: 1.607039E-4)
Prompt for input, read it, clean it, return it
IO::Prompter exports a single subroutine, prompt, that prints a prompt (but only if the program's selected input and output streams are connected to a terminal), then reads some input, then chomps it, and finally returns an object representing that text.
devel/IPC-PubSub-0.29 (Score: 1.607039E-4)
Interprocess Publish/Subscribe channels
This module provides a simple API for publishing messages to channels and for subscribing to them. When a message is published on a channel, all subscribers currently in that channel will get it on their next "get" or "get_all" call. Currently, it offers three backends: "DBM_Deep" for on-disk storage, "Memcached" for possibly multi-host storage, and "PlainHash" for single-process storage.
devel/JSON-RPC-Dispatcher-0.0508 (Score: 1.607039E-4)
JSON-RPC 2.0 server
JSON::RPC::Dispatcher can make any PSGI/Plack aware server a JSON-RPC 2.0 server. This will allow you to expose your custom functionality as a web service in a relatiely tiny amount of code, as you can see above. This module follows the draft specficiation for JSON-RPC 2.0. More information can be found at: http://groups.google.com/group/json-rpc/web/json-rpc-2-0.
devel/Log-Dispatch-FileShared-1.02 (Score: 1.607039E-4)
Log::Dispatch output class for logging to shared files
Log::Dispatch::FileShared is an output class for logging to shared files under the Log::Dispatch system. Log messages are written using the flock file locking mechanism on a per write basis which means that this module is suitable for sharing a log file in a multitasking environment.
devel/Module-Versions-0.02 (Score: 1.607039E-4)
Perl extension to handle versions of loaded modules
Module::Versions handles versions of loaded modules with a flexible result interface. The main goal is to get as much version informations as possible about a module or module list with a simple call interface and an absolutely flexible result interface. Module::Versions handles *loaded* and *loadable* modules.
devel/Module-Install-1.16 (Score: 1.607039E-4)
Standalone, extensible Perl module installer
Module::Install is a standalone, extensible installer for Perl modules. It is designed to be a drop-in replacement for ExtUtils::MakeMaker, and is a descendent of CPAN::MakeMaker. Please type "perldoc Module::Install" after installation to see the module usage information.
devel/POE-Component-JobQueue-0.5710 (Score: 1.607039E-4)
POE component to manage queues and worker pools
POE::Component::JobQueue manages a finite pool of worker sessions as they handle an arbitrarily large number of tasks. It often is used as a form of flow control, preventing a large group of tasks from exhausting some sort of resource.