Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Log-Contextual CPAN distribution.

Report information
The Basics
Id: 88554
Status: resolved
Priority: 0/
Queue: Log-Contextual

People
Owner: Nobody in particular
Requestors: fschlich [...] zedat.fu-berlin.de
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.006000
Fixed in: (no value)



Subject: pod error
Hi, while packaging the latest version of Log-Contextual for Debian, our automated QA tools called my attention to a little error in the pod h (=back without =over), and I'd like to share our patch for inclusion at your convenience: --- a/lib/Log/Contextual/WarnLogger.pm +++ b/lib/Log/Contextual/WarnLogger.pm @@ -204,8 +204,6 @@ C<< FOO_UPTO=TRACE >> it will enable all log levels. Similarly, if you set it to C<FATAL> only fatal will be enabled. -=back - =head2 $level Arguments: C<@anything> Florian
On Mon Sep 09 15:31:43 2013, fschlich wrote: Show quoted text
> Hi, > > while packaging the latest version of Log-Contextual for Debian, our > automated QA tools called my attention to a little error in the pod h > (=back without =over), and I'd like to share our patch for inclusion > at your convenience: > > --- a/lib/Log/Contextual/WarnLogger.pm > +++ b/lib/Log/Contextual/WarnLogger.pm > @@ -204,8 +204,6 @@ > C<< FOO_UPTO=TRACE >> it will enable all log levels. Similarly, if > you > set it to C<FATAL> only fatal will be enabled. > > -=back > - > =head2 $level > > Arguments: C<@anything> > > > Florian
Will be in the next release. Thanks!