projects
/
p5sagit/Log-Contextual.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d6265c3
)
release 0.005000_01
v0.005000_01
Arthur Axel 'fREW' Schmidt [Fri, 11 Jan 2013 21:22:27 +0000 (15:22 -0600)]
lib/Log/Contextual.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Log/Contextual.pm
b/lib/Log/Contextual.pm
index
b33097d
..
0cfa59a
100644
(file)
--- a/
lib/Log/Contextual.pm
+++ b/
lib/Log/Contextual.pm
@@
-3,7
+3,8
@@
package Log::Contextual;
use strict;
use warnings;
-our $VERSION = '0.004202';
+our $VERSION = '0.005000_01';
+$VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases
my @levels = qw(debug trace warn info error fatal);