From: Brian Cassidy Date: Wed, 13 Jul 2011 15:18:07 +0000 (-0300) Subject: prep release X-Git-Tag: v0.23^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=commitdiff_plain;h=refs%2Ftags%2Fv0.23;hp=d8d4d54349e2d5a4f767674e4844fd1cd2055019 prep release --- diff --git a/Changes b/Changes index dded056..6f433d8 100644 --- 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) diff --git a/lib/Config/Any.pm b/lib/Config/Any.pm index 1f4ff1c..4c614d7 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.22'; +our $VERSION = '0.23'; =head1 NAME