From: Brian Cassidy Date: Wed, 29 Apr 2015 23:06:44 +0000 (-0300) Subject: prep release X-Git-Tag: v0.26^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=commitdiff_plain;h=42df37320336d5a2a00356885ff97cf91a216df9 prep release --- diff --git a/Changes b/Changes index 6f972ab..22464e7 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Config-Any +0.26 2015-04-29 + - fix error reporting from code applied in 0.25 (RT #104079) + 0.25 2015-04-23 - do not clobber $@ (RT #103061) diff --git a/lib/Config/Any.pm b/lib/Config/Any.pm index 2c2bc41..189e13f 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.25'; +our $VERSION = '0.26'; =head1 NAME