X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FLog%2FContextual%2FTeeLogger.pm;h=a60b226a037de1529097ed2bfd632e1b8d6425ce;hb=dc4fd4b07483cf8691aa6c7b65bc73bb40e85757;hp=2389956fad57f88ffab412ba82a97acb9ec23e21;hpb=7a2965fcfd52fd1ad093089364e3511af66c8635;p=p5sagit%2FLog-Contextual.git diff --git a/lib/Log/Contextual/TeeLogger.pm b/lib/Log/Contextual/TeeLogger.pm index 2389956..a60b226 100644 --- a/lib/Log/Contextual/TeeLogger.pm +++ b/lib/Log/Contextual/TeeLogger.pm @@ -1,5 +1,7 @@ package Log::Contextual::TeeLogger; +# ABSTRACT: Output to more than one logger + use strict; use warnings; @@ -42,10 +44,6 @@ sub new { __END__ -=head1 NAME - -Log::Contextual::TeeLogger - Output to more than one logger - =head1 SYNOPSIS use Log::Contextual::SimpleLogger; @@ -163,17 +161,5 @@ level is enabled. say q{fatal'ing} if $l->is_fatal; -=head1 AUTHOR - -See L - -=head1 COPYRIGHT - -See L - -=head1 LICENSE - -See L - =cut