From: Arthur Axel 'fREW' Schmidt Date: Wed, 24 Feb 2010 23:09:50 +0000 (-0600) Subject: tiny pod fixes X-Git-Tag: v0.00200~14 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5dfb93e6ea377bc1de1574f778a0f194060d79d6;p=p5sagit%2FLog-Contextual.git tiny pod fixes --- diff --git a/lib/Log/Contextual/SimpleLogger.pm b/lib/Log/Contextual/SimpleLogger.pm index 0cb27c9..094fb16 100644 --- a/lib/Log/Contextual/SimpleLogger.pm +++ b/lib/Log/Contextual/SimpleLogger.pm @@ -49,6 +49,7 @@ Log::Contextual::SimpleLogger - Super simple logger made for playing with Log::C =head1 SYNOPSIS + use Log::Contextual::SimpleLogger; use Log::Contextual qw( :log ), -logger => Log::Contextual::SimpleLogger->new({ levels => [qw( debug )]}); @@ -69,7 +70,7 @@ L. =head2 new -Arguments: Dict[ levels => ArrayRef[Str], coderef => Optional[CodeRef] ] $conf +Arguments: C<< Dict[ levels => ArrayRef[Str], coderef => Optional[CodeRef] ] $conf >> my $l = Log::Contextual::SimpleLogger->new({ levels => [qw( info warn )], @@ -90,7 +91,7 @@ Levels may contain: =head2 $level -Arguments: @anything +Arguments: C<@anything> All of the following six methods work the same. The basic pattern is: