Skip Menu |

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

Report information
The Basics
Id: 65515
Status: resolved
Priority: 0/
Queue: Log-Handler

People
Owner: Nobody in particular
Requestors: tomita [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.70
Fixed in: (no value)



Subject: missing "dateformat" in _split_options()
This code will not work. my $log = Log::Handler->new( screen => { log_to => "STDERR", dateformat => "%Y-%m-%d", }, ); output: The following parameter was passed in the call to Log::Handler::Output::Screen::_validate but was not listed in the validation options: dateformat at /home/tomi/local/lib/perl5/Log/Handler/Output/Screen.pm line 171 ... Please review attachment patch. best regards, -- Naoki Tomita
Subject: Handler-0.70-dateformat.diff
--- Handler-0.70.pm 2011-02-07 12:26:29.000000000 +0900 +++ Handler.pm 2011-02-07 12:26:34.000000000 +0900 @@ -1573,6 +1573,7 @@ minlevel newline priority + dateformat timeformat remove_on_reload );
Hi Naoki, thanks for your report. It's fixed in v0.71. Cheers Jonny
Done.