From: Arthur Axel 'fREW' Schmidt Date: Sun, 21 Feb 2010 21:29:53 +0000 (-0600) Subject: release 0.00101 X-Git-Tag: v0.00101^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1b3aa6c890aa0682250e49ad744d455000c4b5c0;p=p5sagit%2FLog-Contextual.git release 0.00101 --- diff --git a/Changes b/Changes index 544e653..dec6f2c 100644 --- 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 diff --git a/lib/Log/Contextual.pm b/lib/Log/Contextual.pm index 299f2d7..36fe2ad 100644 --- a/lib/Log/Contextual.pm +++ b/lib/Log/Contextual.pm @@ -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;