prep release v0.22
Brian Cassidy [Mon, 4 Jul 2011 14:48:00 +0000 (11:48 -0300)]
Changes
lib/Config/Any.pm

diff --git a/Changes b/Changes
index 55a4622..dded056 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Config-Any
 
+0.22 2011-07-04
+    - add XML::NamespaceSupport to XML format deps, silence YAML warnings in 
+      tests (caelum)
+
 0.21 2011-05-25
     - fix t/64-extfail.t to pass when t/lib is in @INC
 
index 4033b49..1f4ff1c 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 use Carp;
 use Module::Pluggable::Object ();
 
-our $VERSION = '0.21';
+our $VERSION = '0.22';
 
 =head1 NAME