projects
/
p5sagit/Log-Contextual.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f016f64
)
release 0.005004
v0.005004
Arthur Axel 'fREW' Schmidt [Fri, 9 Aug 2013 01:23:26 +0000 (20:23 -0500)]
Changes
patch
|
blob
|
blame
|
history
lib/Log/Contextual.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
ea032d4
..
f21c044
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,6
@@
Revision history for Log-Contextual
+0.005004 2013-08-08
- Dep on a newer version of Moo for multiple role composition
0.005003 2013-03-21
diff --git
a/lib/Log/Contextual.pm
b/lib/Log/Contextual.pm
index
2ccb91d
..
2e5e2b3
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.005003';
+our $VERSION = '0.005004';
$VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases
my @levels = qw(debug trace warn info error fatal);