projects
/
p5sagit/Log-Contextual.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0502df6
)
Release 0.00305
v0.00305
Arthur Axel 'fREW' Schmidt [Thu, 28 Jul 2011 01:33:42 +0000 (20:33 -0500)]
Changes
patch
|
blob
|
blame
|
history
lib/Log/Contextual.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
84a89f0
..
7fbc261
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,6
@@
ChangeLog for Log-Contextual
+0.00305 2011-07-27
- Fix regression that caused D* subs to dumper even if the log level was off
0.00304 2010-07-31
diff --git
a/lib/Log/Contextual.pm
b/lib/Log/Contextual.pm
index
e855e57
..
23c7aff
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.00304';
+our $VERSION = '0.00305';
my @levels = qw(debug trace warn info error fatal);