X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FLog%2FContextual.pm;fp=lib%2FLog%2FContextual.pm;h=e01f04854b6958ca82e19c1af2f4c9dce61d62d3;hb=dc4fd4b07483cf8691aa6c7b65bc73bb40e85757;hp=e438ef0131c4bbd3bbb4d38b0b6645929116c85d;hpb=7a2965fcfd52fd1ad093089364e3511af66c8635;p=p5sagit%2FLog-Contextual.git diff --git a/lib/Log/Contextual.pm b/lib/Log/Contextual.pm index e438ef0..e01f048 100644 --- a/lib/Log/Contextual.pm +++ b/lib/Log/Contextual.pm @@ -1,12 +1,10 @@ package Log::Contextual; +# ABSTRACT: Simple logging interface with a contextual log + use strict; use warnings; -our $VERSION = '0.006000'; -$VERSION = eval $VERSION - if $VERSION =~ /_/; # numify for warning-free dev releases - my @levels = qw(debug trace warn info error fatal); use Exporter::Declare; @@ -191,10 +189,6 @@ for (qw(set with)) { __END__ -=head1 NAME - -Log::Contextual - Simple logging interface with a contextual log - =head1 SYNOPSIS use Log::Contextual qw( :log :dlog set_logger with_logger ); @@ -672,10 +666,6 @@ functions. The router singleton is available as the return value of the router() of Log::Contextual may overload router() to return instances of custom log routers that could for example work with loggers that use a different interface. -=head1 AUTHOR - -frew - Arthur Axel "fREW" Schmidt - =head1 CONTRIBUTORS =encoding utf8 @@ -688,15 +678,5 @@ voj - Jakob Voß mst - Matt S. Trout -=head1 COPYRIGHT - -Copyright (c) 2012 the Log::Contextual L and L as listed -above. - -=head1 LICENSE - -This library is free software and may be distributed under the same terms as -Perl 5 itself. - =cut