projects
/
p5sagit/Log-Contextual.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a850bd9
)
release 0.005005
v0.005005
Arthur Axel 'fREW' Schmidt [Fri, 9 Aug 2013 01:41:14 +0000 (20:41 -0500)]
Changes
patch
|
blob
|
blame
|
history
lib/Log/Contextual.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
efb4fbf
..
d6988e4
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,6
@@
Revision history for Log-Contextual
+0.005005 2013-08-08
- Fix minimum version of Exporter::Declare
0.005004 2013-08-08
diff --git
a/lib/Log/Contextual.pm
b/lib/Log/Contextual.pm
index
8bda377
..
1a2b3dc
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.005004';
+our $VERSION = '0.005005';
$VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases
my @levels = qw(debug trace warn info error fatal);