From: Arthur Axel 'fREW' Schmidt Date: Fri, 9 Aug 2013 01:23:26 +0000 (-0500) Subject: release 0.005004 X-Git-Tag: v0.005004^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a6f4595dffa56236049bff1b88dca2b76738998d;p=p5sagit%2FLog-Contextual.git release 0.005004 --- diff --git a/Changes b/Changes index ea032d4..f21c044 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for Log-Contextual +0.005004 2013-08-08 - Dep on a newer version of Moo for multiple role composition 0.005003 2013-03-21 diff --git a/lib/Log/Contextual.pm b/lib/Log/Contextual.pm index 2ccb91d..2e5e2b3 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.005003'; +our $VERSION = '0.005004'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases my @levels = qw(debug trace warn info error fatal);