From: Arthur Axel 'fREW' Schmidt Date: Fri, 9 Jul 2010 01:40:31 +0000 (-0500) Subject: release 0.00302 X-Git-Tag: v0.00302^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6114e3926b46a6faf26bb0cd55892fe8167cadc6;p=p5sagit%2FLog-Contextual.git release 0.00302 --- diff --git a/Changes b/Changes index 2ee225b..46b10fb 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,13 @@ ChangeLog for Log-Contextual - - Add levels_upto RT58558 +0.00302 2010-07-08 + - Add Log::Contextual::TeeLogger + - Add levels_upto (RT58558) - Use Log::Log4perl 1.29 to clean up caller stuff +0.00301 2010-07-08 + [deleted due to missing the TeeLogger] + 0.00300 2010-06-03 - Add -package_logger import option diff --git a/lib/Log/Contextual.pm b/lib/Log/Contextual.pm index 23770bb..23f2958 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.00300'; +our $VERSION = '0.00302'; require Exporter; use Data::Dumper::Concise;