version numbers, updated Changes file
Joel Bernstein [Tue, 22 Aug 2006 18:55:21 +0000 (18:55 +0000)]
Changes
lib/Config/Any.pm

diff --git a/Changes b/Changes
index 95f6dc4..dcd3eb3 100644 (file)
--- 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
 
index b7b3ac0..d097776 100644 (file)
@@ -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