projects
/
p5sagit/Log-Contextual.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7932182
)
release 0.005000_02
v0.005000_02
Arthur Axel 'fREW' Schmidt [Wed, 16 Jan 2013 01:12:15 +0000 (19:12 -0600)]
Changes
patch
|
blob
|
blame
|
history
lib/Log/Contextual.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
341f151
..
4969303
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,6
@@
ChangeLog for Log-Contextual
+0.005000_02 2013-01-15
- add missing changelog entry (derp)
0.005000_01 2013-01-11
diff --git
a/lib/Log/Contextual.pm
b/lib/Log/Contextual.pm
index
0cfa59a
..
afa70fd
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_01';
+our $VERSION = '0.005000_02';
$VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases
my @levels = qw(debug trace warn info error fatal);