-
-
14 Apr 2011 21:57:14 UTC
- Distribution: Log-Dispatch-Config
- Module version: 1.00
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (6)
- Testers (7116 / 66 / 0)
- Kwalitee
Bus factor: 1- 85.14% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (13.67KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- AppConfig
- File::Temp
- IO::Scalar
- Log::Dispatch
- Test::More
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Log::Dispatch::Configurator - Abstract Configurator class
SYNOPSIS
package Log::Dispatch::Configurator::Foo; use base qw(Log::Dispatch::Configurator); # should implement sub get_attrs_global { } sub get_attrs { } # optional sub reload { } sub needs_reload { }
DESCRIPTION
Log::Dispatch::Configurator is an abstract class of config parser. If you make new configurator implementation, you should inherit from this class.
See "PLUGGABLE CONFIGURATOR" in Log::Dispatch::Config for details.
AUTHOR
Tatsuhiko Miyagawa <miyagawa@bulknews.net>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO
Module Install Instructions
To install Log::Dispatch::Config, copy and paste the appropriate command in to your terminal.
cpanm Log::Dispatch::Config
perl -MCPAN -e shell install Log::Dispatch::Config
For more information on module installation, please visit the detailed CPAN module installation guide.