From: Joel Bernstein Date: Tue, 22 Aug 2006 18:55:21 +0000 (+0000) Subject: version numbers, updated Changes file X-Git-Tag: v0.04~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=commitdiff_plain;h=89706e8e580604123ebf0930c88286eabb2c3d09 version numbers, updated Changes file --- diff --git a/Changes b/Changes index 95f6dc4..dcd3eb3 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Config-Any -0.0.1 Mon Aug 7 15:15:15 2006 - Initial release. +0.01 - 0.03 dev releases + +0.04 Mon Aug 7 15:15:15 2006 + Initial CPAN-worthy release with proper test suite diff --git a/lib/Config/Any.pm b/lib/Config/Any.pm index b7b3ac0..d097776 100644 --- a/lib/Config/Any.pm +++ b/lib/Config/Any.pm @@ -6,7 +6,7 @@ use Carp; use Module::Pluggable::Object (); use English qw(-no_match_vars); -our $VERSION = (qw$Rev: $)[-1]; +our $VERSION = '0.04'; =head1 NAME