projects
/
p5sagit/Log-Contextual.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e06303c
)
release 0.005000_03
v0.005000_03
Arthur Axel 'fREW' Schmidt [Wed, 16 Jan 2013 23:39:03 +0000 (17:39 -0600)]
Changes
patch
|
blob
|
blame
|
history
lib/Log/Contextual.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
08ed302
..
d28bc80
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,6
@@
ChangeLog for Log-Contextual
+0.005000_03 2013-01-16
- merge unpushed 0.004300 into master (frew--, Tyler Riddle++)
0.005000_02 2013-01-15
diff --git
a/lib/Log/Contextual.pm
b/lib/Log/Contextual.pm
index
9992822
..
77fce64
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.005000_02';
+our $VERSION = '0.005000_03';
$VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases
my @levels = qw(debug trace warn info error fatal);