From: Arthur Axel 'fREW' Schmidt Date: Sun, 23 May 2010 08:29:45 +0000 (-0500) Subject: super late commit of release 0.00201 X-Git-Tag: v0.00201^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=eab992c04a189eeeee1c41c7a077fef02ef11aab;p=p5sagit%2FLog-Contextual.git super late commit of release 0.00201 --- diff --git a/Changes b/Changes index 93da611..1290969 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ ChangeLog for Log-Contextual +0.00201 2010-03-04 + - I left a needed file for testing out of the MANIFEST; fixing :-/ + 0.00200 2010-03-03 - add example for Log::Dispatchouli since it works nicely now - make Log::Log4perl work out of the box diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index d38347b..18a84f5 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -1 +1 @@ -^(?!script/\w+\.pl|examples/[^\.]+|lib/[\/\w]+\.p(m|od)|inc/|t/\w+\.t|Makefile.PL$|README$|MANIFEST$|Changes$|META.yml$) +^(?!script/\w+\.pl|examples/[^\.]+|lib/[\/\w]+\.p(m|od)|inc/|t/\w+\.t|t/\w+\.conf|Makefile.PL$|README$|MANIFEST$|Changes$|META.yml$) diff --git a/lib/Log/Contextual.pm b/lib/Log/Contextual.pm index 8ac94b1..f4c81a6 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.00200'; +our $VERSION = '0.00201'; require Exporter; use Data::Dumper::Concise;