projects
/
p5sagit/Log-Contextual.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e36f218
)
Release 0.004000
v0.004000
Arthur Axel 'fREW' Schmidt [Sat, 6 Aug 2011 16:15:54 +0000 (11:15 -0500)]
Changes
patch
|
blob
|
blame
|
history
lib/Log/Contextual.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
d7a2019
..
8bf0f9b
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,6
@@
ChangeLog for Log-Contextual
+0.004000 2011-08-06
- Support Log::Contextual subclasses for default import options
- Allow custom log levels
diff --git
a/lib/Log/Contextual.pm
b/lib/Log/Contextual.pm
index
d572a02
..
edfdf36
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.00305';
+our $VERSION = '0.004000';
my @levels = qw(debug trace warn info error fatal);