From: Arthur Axel 'fREW' Schmidt Date: Wed, 16 Jan 2013 23:39:03 +0000 (-0600) Subject: release 0.005000_03 X-Git-Tag: v0.005000_03^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FLog-Contextual.git;a=commitdiff_plain;h=5a5addac91fce6a2a590bd1da8aef9a93c319f5a release 0.005000_03 --- diff --git a/Changes b/Changes index 08ed302..d28bc80 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ ChangeLog for Log-Contextual +0.005000_03 2013-01-16 - merge unpushed 0.004300 into master (frew--, Tyler Riddle++) 0.005000_02 2013-01-15 diff --git a/lib/Log/Contextual.pm b/lib/Log/Contextual.pm index 9992822..77fce64 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.005000_02'; +our $VERSION = '0.005000_03'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases my @levels = qw(debug trace warn info error fatal);