projects
/
p5sagit/Log-Contextual.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
afe9b14
)
release 0.00303
Arthur Axel 'fREW' Schmidt [Sat, 10 Jul 2010 07:47:34 +0000 (
02:47
-0500)]
Changes
patch
|
blob
|
blame
|
history
lib/Log/Contextual.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
46b10fb
..
fb3040c
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,8
@@
ChangeLog for Log-Contextual
+0.00303 2010-07-10
+ - Fix broken Log::Log4perl test
+
0.00302 2010-07-08
- Add Log::Contextual::TeeLogger
- Add levels_upto (RT58558)
diff --git
a/lib/Log/Contextual.pm
b/lib/Log/Contextual.pm
index
23f2958
..
3585c76
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.00302';
+our $VERSION = '0.00303';
require Exporter;
use Data::Dumper::Concise;