Ports Search

Results 2,6212,630 of 5,623 for /devel/.(0.003 seconds)
devel/Log-Dispatch-DBI-0.02 (Score: 0.032514982)
Log::Dispatch output class for logging to database via DBI interface
Log::Dispatch::DBI is a subclass of Log::Dispatch::Output, which inserts logging output into relational database using DBI interface.
Configurator implementation with Config::Any
Log::Dispatch::Config is a wrapper for Log::Dispatch and provides a way to configure Log::Dispatch objects with configuration files. Somewhat like a lite version of log4j and Log::Log4perl it allows multiple log destinations. The standard configuration file format for Log::Dispatch::Config is AppConfig. This module plugs in to Log::Dispatch::Config and allows the use of other file formats, in fact any format supported by the Config::Any module. As a bonus you can also pass in a configuration data structure instead of a file name.
Configurator implementation with YAML
Implementation of Log::Dispatch::Configurator using YAML format.
devel/Method-Alias-1.03 (Score: 0.032514982)
Create method aliases (and do it safely)
Method::Alias is designed to be used as a pragma, to which you provide a set of pairs of method names. Only very minimal checking is done, if you wish to create infinite loops or what have you, you are more than welcome to shoot yourself in the foot. # Add a single method alias use Method::Alias 'foo' => 'bar'; # Add several method aliases use Method::Alias 'a' => 'b', 'c' => 'd', 'e' => 'f';
devel/Log-Dispatch-Dir-0.14 (Score: 0.032514982)
Log messages to separate files in a directory, with rotate options
Log::Dispatch::Dir provides a simple object for logging to directories under the Log::Dispatch::* system, and automatically rotating them according to different constraints. Each message will be logged to a separate file the directory. Logging to separate files can be useful for example when dumping whole network responses (like HTTP::Response content).
Subclass of Log-Dispatch-Email that uses Email-Send
This is a subclass of Log::Dispatch::Email that implements the send_email method using the Email::Send module.
devel/Log-Dispatch-File-Rolling-1.09 (Score: 0.032514982)
Object for logging to date/time/pid stamped files
This module subclasses Log::Dispatch::File for logging to date/time stamped files.
devel/Mknod-0.02 (Score: 0.032514982)
Perl module interface to the mknod(2) system call
Mknod is an interface to the mknod(2) system call. Copyright (C) 2003 Raoul Zwart This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
devel/Log-Dispatch-File-Stamped-0.12 (Score: 0.032514982)
Logging to date/time stamped files
This module provides a Log::Dispatch style interface to log to date/time stamped files.
devel/Log-Dispatch-FileRotate-1.19 (Score: 0.032514982)
Log::Dispatch plug-in for files that archive/rotate themselves
This module provides a simple object for logging to files under the Log::Dispatch::* system, and automatically rotating them according to different constraints. This is basically a Log::Dispatch::File wrapper with additions.