From: Arthur Axel 'fREW' Schmidt Date: Sat, 10 Jul 2010 07:47:34 +0000 (-0500) Subject: release 0.00303 X-Git-Tag: v0.00304~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e4ca04fd04e2a5948f60657fee2c7f83f95b147f;p=p5sagit%2FLog-Contextual.git release 0.00303 --- diff --git a/Changes b/Changes index 46b10fb..fb3040c 100644 --- 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 --- 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;