projects
/
p5sagit/Log-Contextual.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8ee5c30
)
release v0.004300
v0.004300
Arthur Axel 'fREW' Schmidt [Wed, 3 Oct 2012 22:18:33 +0000 (17:18 -0500)]
Changes
patch
|
blob
|
blame
|
history
lib/Log/Contextual.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
2d5e224
..
d6b3574
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,6
@@
ChangeLog for Log-Contextual
+0.004300 2012-10-03
- add a way to set default import options
0.004202 2012-08-04
diff --git
a/lib/Log/Contextual.pm
b/lib/Log/Contextual.pm
index
a8ce495
..
8f4e177
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.004202';
+our $VERSION = '0.004300';
my @levels = qw(debug trace warn info error fatal);