projects
/
p5sagit/Log-Contextual.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
37a8266
)
release 0.004202
v0.004202
Arthur Axel 'fREW' Schmidt [Sun, 5 Aug 2012 04:14:27 +0000 (23:14 -0500)]
Changes
patch
|
blob
|
blame
|
history
lib/Log/Contextual.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
245d025
..
b26bb3a
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,6
@@
ChangeLog for Log-Contextual
+0.004202 2012-08-04
- correct the caller_level passed into coderef, and document "both" uses of
caller_level
diff --git
a/lib/Log/Contextual.pm
b/lib/Log/Contextual.pm
index
fa378de
..
1d0a1dc
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.004201';
+our $VERSION = '0.004202';
my @levels = qw(debug trace warn info error fatal);