release 0.00101 v0.00101
Arthur Axel 'fREW' Schmidt [Sun, 21 Feb 2010 21:29:53 +0000 (15:29 -0600)]
Changes
lib/Log/Contextual.pm

diff --git a/Changes b/Changes
index 544e653..dec6f2c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,7 @@
 ChangeLog for Log-Contextual
 
+0.00101 2010-02-21
+  - Fix tests to not need use lib (incorrect test failures)
+
 0.00100 2010-02-20
   - initial release
index 299f2d7..36fe2ad 100644 (file)
@@ -3,7 +3,7 @@ package Log::Contextual;
 use strict;
 use warnings;
 
-our $VERSION = '0.00100';
+our $VERSION = '0.00101';
 
 require Exporter;
 use Data::Dumper::Concise;