super late commit of release 0.00201 v0.00201
Arthur Axel 'fREW' Schmidt [Sun, 23 May 2010 08:29:45 +0000 (03:29 -0500)]
Changes
MANIFEST.SKIP
lib/Log/Contextual.pm

diff --git a/Changes b/Changes
index 93da611..1290969 100644 (file)
--- 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
index d38347b..18a84f5 100644 (file)
@@ -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$)
index 8ac94b1..f4c81a6 100644 (file)
@@ -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;