From: Arthur Axel 'fREW' Schmidt Date: Fri, 6 Sep 2013 00:59:43 +0000 (-0500) Subject: release 0.006000 X-Git-Tag: v0.006000^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Ftags%2Fv0.006000;p=p5sagit%2FLog-Contextual.git release 0.006000 --- diff --git a/Changes b/Changes index 89333ab..eb16015 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for Log-Contextual +0.006000 2013-09-05 - Add Log::Contextual::Easy::Default for simple LC usage (Jakob Voß) - Add Log::Contextual::Easy::Package for more different simple LC usage diff --git a/lib/Log/Contextual.pm b/lib/Log/Contextual.pm index 0195e69..cc521c8 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.005005'; +our $VERSION = '0.006000'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases my @levels = qw(debug trace warn info error fatal);