From: Brian Cassidy Date: Wed, 12 Dec 2007 02:14:52 +0000 (+0000) Subject: bump ver. update changes. X-Git-Tag: v0.10~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=commitdiff_plain;h=af9773e254ae71eee4cbdf5ee48d25b17c922b50;hp=0c6989c600781af4bb31154abd7752ffdc212e4e bump ver. update changes. --- diff --git a/Changes b/Changes index d1ff82c..f484f5d 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Config-Any +0.10 Tue 11 Dec 2007 + - promote dev release to stable + 0.09_02 Tue Nov 13 2007 - require version 0.70 of YAML::Syck for multi-document loading diff --git a/lib/Config/Any.pm b/lib/Config/Any.pm index bec4fc3..0a7f7d7 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.09_02'; +our $VERSION = '0.10'; =head1 NAME