From: Arthur Axel 'fREW' Schmidt Date: Sat, 21 Jul 2012 08:34:49 +0000 (-0500) Subject: release 0.004201 X-Git-Tag: v0.004201^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f8f288dfddee8bf1a220d0098925fbcd9ada1693;hp=39cd2f655f556eee0825aa9bc1bc5d4cc22305ea;p=p5sagit%2FLog-Contextual.git release 0.004201 --- diff --git a/Changes b/Changes index ad0a50c..01d0718 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ ChangeLog for Log-Contextual +0.004201 2012-07-21 - The smallest pod fix ever 0.004200 2012-07-20 diff --git a/lib/Log/Contextual.pm b/lib/Log/Contextual.pm index 798a888..e079a77 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.004200'; +our $VERSION = '0.004201'; my @levels = qw(debug trace warn info error fatal);