From: Brian Cassidy Date: Wed, 4 Aug 2010 13:44:19 +0000 (+0000) Subject: bump ver. add to-be-released line to Changes. X-Git-Tag: v0.20~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=commitdiff_plain;h=ee6cd09bc61ac649cd49e630588815c232a9ea68 bump ver. add to-be-released line to Changes. --- diff --git a/Changes b/Changes index c65bac5..a567196 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for Config-Any +0.20 TO BE RELEASED - enable -ForceArray option by default for Config::General (caelum) 0.19 Mon 15 Feb 2010 diff --git a/lib/Config/Any.pm b/lib/Config/Any.pm index 518a9f3..c7164cd 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.19'; +our $VERSION = '0.20'; =head1 NAME