1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
|
---
abstract: 'Log messages to several outputs.'
author:
- 'Jonny Schulz'
build_requires: {}
configure_requires:
Module::Build: '0.42'
dynamic_config: 1
generated_by: 'Module::Build version 0.4224, CPAN::Meta::Converter version 2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: '1.4'
name: Log-Handler
provides:
Log::Handler:
file: lib/Log/Handler.pm
version: '0.90'
Log::Handler::Config:
file: lib/Log/Handler/Config.pm
version: '0.09'
Log::Handler::Levels:
file: lib/Log/Handler/Levels.pm
version: '0.07'
Log::Handler::Output:
file: lib/Log/Handler/Output.pm
version: '0.10'
Log::Handler::Output::DBI:
file: lib/Log/Handler/Output/DBI.pm
version: '0.12'
Log::Handler::Output::Email:
file: lib/Log/Handler/Output/Email.pm
version: '0.08'
Log::Handler::Output::File:
file: lib/Log/Handler/Output/File.pm
version: '0.08'
Log::Handler::Output::Forward:
file: lib/Log/Handler/Output/Forward.pm
version: '0.03'
Log::Handler::Output::Screen:
file: lib/Log/Handler/Output/Screen.pm
version: '0.07'
Log::Handler::Output::Sendmail:
file: lib/Log/Handler/Output/Sendmail.pm
version: '0.07'
Log::Handler::Output::Socket:
file: lib/Log/Handler/Output/Socket.pm
version: '0.08'
Log::Handler::Pattern:
file: lib/Log/Handler/Pattern.pm
version: '0.08'
Log::Handler::Plugin::Config::General:
file: lib/Log/Handler/Plugin/Config/General.pm
version: '0.02'
Log::Handler::Plugin::Config::Properties:
file: lib/Log/Handler/Plugin/Config/Properties.pm
version: '0.03'
Log::Handler::Plugin::YAML:
file: lib/Log/Handler/Plugin/YAML.pm
version: '0.03'
recommends:
Config::General: '0'
Config::Properties: '0'
DBI: '0'
Email::Date: '0'
IO::Socket: '0'
Net::SMTP: '0'
YAML: '0'
requires:
Carp: '0'
Data::Dumper: '0'
Fcntl: '0'
File::Spec: '0'
POSIX: '0'
Params::Validate: '0'
Sys::Hostname: '0'
Test::More: '0'
Time::HiRes: '0'
UNIVERSAL: '0'
resources:
license: http://dev.perl.org/licenses/
version: '0.90'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
|