From: Brian Cassidy Date: Mon, 4 Jul 2011 14:48:00 +0000 (-0300) Subject: prep release X-Git-Tag: v0.22^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=commitdiff_plain;h=fb331ab38e01abd77ee833aed41d7661bba3e7d0 prep release --- diff --git a/Changes b/Changes index 55a4622..dded056 100644 --- 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 diff --git a/lib/Config/Any.pm b/lib/Config/Any.pm index 4033b49..1f4ff1c 100644 --- a/lib/Config/Any.pm +++ b/lib/Config/Any.pm @@ -6,7 +6,7 @@ use warnings; use Carp; use Module::Pluggable::Object (); -our $VERSION = '0.21'; +our $VERSION = '0.22'; =head1 NAME