From: Arthur Axel 'fREW' Schmidt Date: Fri, 9 Aug 2013 01:41:14 +0000 (-0500) Subject: release 0.005005 X-Git-Tag: v0.005005^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7e2b838076969d7fb8aaddaef4eb1addecc3b818;p=p5sagit%2FLog-Contextual.git release 0.005005 --- diff --git a/Changes b/Changes index efb4fbf..d6988e4 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for Log-Contextual +0.005005 2013-08-08 - Fix minimum version of Exporter::Declare 0.005004 2013-08-08 diff --git a/lib/Log/Contextual.pm b/lib/Log/Contextual.pm index 8bda377..1a2b3dc 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.005004'; +our $VERSION = '0.005005'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases my @levels = qw(debug trace warn info error fatal);