From: Arthur Axel 'fREW' Schmidt Date: Fri, 22 Mar 2013 00:59:38 +0000 (-0500) Subject: release v0.005003 X-Git-Tag: v0.005003^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=29924c5e9e1af28088f7f1c9e86e6a660d3a67ef;p=p5sagit%2FLog-Contextual.git release v0.005003 --- diff --git a/Changes b/Changes index 823f6ed..565c66f 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ ChangeLog for Log-Contextual +0.005003 2013-03-21 - Yell loudly if a user tries to use Log::Contextual::set_logger() or Log::Contextual::with_logger() (aka internals that don't work anymore) directly diff --git a/lib/Log/Contextual.pm b/lib/Log/Contextual.pm index f0ad359..2ccb91d 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.005002'; +our $VERSION = '0.005003'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases my @levels = qw(debug trace warn info error fatal);