projects
/
p5sagit/Log-Contextual.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
27141a7
)
release 0.004200
v0.004200
Arthur Axel 'fREW' Schmidt [Sat, 21 Jul 2012 04:47:53 +0000 (23:47 -0500)]
Changes
patch
|
blob
|
blame
|
history
lib/Log/Contextual.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
3b4815d
..
6f21ead
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,6
@@
ChangeLog for Log-Contextual
+0.004200 2012-07-20
- Improve information passed to logger coderef
- Significant doc improvements
- Fix warning in test suite in Perl 5.16
diff --git
a/lib/Log/Contextual.pm
b/lib/Log/Contextual.pm
index
495781e
..
4b99e3c
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.004100';
+our $VERSION = '0.004200';
my @levels = qw(debug trace warn info error fatal);