projects
/
p5sagit/Config-Any.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e967a60
)
version numbers, updated Changes file
Joel Bernstein [Tue, 22 Aug 2006 18:55:21 +0000 (18:55 +0000)]
Changes
patch
|
blob
|
blame
|
history
lib/Config/Any.pm
patch
|
blob
|
blame
|
history
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
diff --git
a/lib/Config/Any.pm
b/lib/Config/Any.pm
index
b7b3ac0
..
d097776
100644
(file)
--- 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