Skip Menu |

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

Report information
The Basics
Id: 112854
Status: patched
Priority: 0/
Queue: Log-Trivial

People
Owner: atrickett [...] cpan.org
Requestors: bs [...] ucf.edu
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in:
  • 0.01
  • 0.02
  • 0.03
  • 0.10
  • 0.20
  • 0.30
  • 0.31
  • 0.40
Fixed in: (no value)



Subject: POD: Synopsis
Date: Wed, 9 Mar 2016 12:32:20 +0000
To: "bug-Log-Trivial [...] rt.cpan.org" <bug-Log-Trivial [...] rt.cpan.org>
From: Brent Shaw <bs [...] ucf.edu>
I love this module. Since I found it I use it in all my programs. It's not exactly a bug, but there is what I would consider a typo in the code example listed in the POD "Synopsis" section. Setting the logging level is written as this: $logger->set_level( 3 ); But that doesn't work for me. I believe it should be: $logger->set_log_level( 3 ); (That's the way it's setting the logging level is listed under the "set_log_level" section.) It's a minor thing, but it's worth noting so you can consider it for updating the next time you make a new release. Cheers, Brent Brent Shaw Senior Systems Programmer LMS Administration Group Center for Distributed Learning University of Central Florida LIB - 156 / 407-882-0311
Download smime.p7s
application/pkcs7-signature 4.6k

Message body not shown because it is not plain text.

Subject: Re: [rt.cpan.org #112854] POD: Synopsis
Date: Wed, 9 Mar 2016 13:04:36 +0000
To: Brent Shaw via RT <bug-Log-Trivial [...] rt.cpan.org>
From: "A. J. Trickett" <adam.trickett [...] iredale.net>
Brent, Okay, I'll fix it ASAP. Glad you like it! On Wed, 09 Mar 2016 at 07:32:43AM -0500, Brent Shaw via RT wrote: Show quoted text
> Wed Mar 09 07:32:42 2016: Request 112854 was acted upon. > Transaction: Ticket created by bs@ucf.edu > Queue: Log-Trivial > Subject: POD: Synopsis > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: bs@ucf.edu > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=112854 > > > > I love this module. Since I found it I use it in all my programs. > > > > It's not exactly a bug, but there is what I would consider a typo in the > code example listed in the POD "Synopsis" section. > > > > Setting the logging level is written as this: > > $logger->set_level( 3 ); > > > > But that doesn't work for me. I believe it should be: > > $logger->set_log_level( 3 ); > > > > (That's the way it's setting the logging level is listed under the > "set_log_level" section.) > > > > It's a minor thing, but it's worth noting so you can consider it for > updating the next time you make a new release. > > > > Cheers, > > > > Brent > > > > > > Brent Shaw > > Senior Systems Programmer > > LMS Administration Group > > Center for Distributed Learning > > University of Central Florida > > LIB - 156 / 407-882-0311 > > > >
-- Adam Trickett Overton, HANTS, UK Glory is fleeting, but obscurity is forever. -- Napoleon Bonaparte
Bug spotted and corrected. Will come be formally fixed in 0.41 release. -- It's Not Magic, It's Work!