prep release v0.23
Brian Cassidy [Wed, 13 Jul 2011 15:18:07 +0000 (12:18 -0300)]
Changes
lib/Config/Any.pm

diff --git a/Changes b/Changes
index dded056..6f433d8 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Config-Any
 
+0.23 2011-07-13
+    - fix test suite's method of checking availability of plugins
+
 0.22 2011-07-04
     - add XML::NamespaceSupport to XML format deps, silence YAML warnings in 
       tests (caelum)
index 1f4ff1c..4c614d7 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 use Carp;
 use Module::Pluggable::Object ();
 
-our $VERSION = '0.22';
+our $VERSION = '0.23';
 
 =head1 NAME