projects
/
p5sagit/Log-Contextual.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
249b9eb
)
release 0.005002 (♥)
v0.005002
Arthur Axel 'fREW' Schmidt [Fri, 15 Feb 2013 01:56:54 +0000 (19:56 -0600)]
Changes
patch
|
blob
|
blame
|
history
lib/Log/Contextual.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
9d40243
..
24cb8a1
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,6
@@
ChangeLog for Log-Contextual
+0.005002 2013-02-14 (♥)
- Fix RT#83267 (Tyler Riddle)
0.005001 2013-02-07
diff --git
a/lib/Log/Contextual.pm
b/lib/Log/Contextual.pm
index
65b154a
..
2fe59eb
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.005001';
+our $VERSION = '0.005002';
$VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases
my @levels = qw(debug trace warn info error fatal);