projects
/
p5sagit/Log-Contextual.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e7b1828
)
Release 0.004100
v0.004100
Arthur Axel 'fREW' Schmidt [Thu, 29 Mar 2012 23:39:07 +0000 (18:39 -0500)]
Changes
patch
|
blob
|
blame
|
history
lib/Log/Contextual.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
37addc3
..
451fd86
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,6
@@
ChangeLog for Log-Contextual
+0.004100 2012-03-29
- Log::Contextual::WarnLogger now supports customized log levels via the
'levels' constructor argument (Karen Etheridge)
diff --git
a/lib/Log/Contextual.pm
b/lib/Log/Contextual.pm
index
b83a96d
..
3cd4405
100644
(file)
--- a/
lib/Log/Contextual.pm
+++ b/
lib/Log/Contextual.pm
@@
-3,7
+3,7
@@
package Log::Contextual;
use strict;
use warnings;
-our $VERSION = '0.004001';
+our $VERSION = '0.004100';
my @levels = qw(debug trace warn info error fatal);