projects
/
p5sagit/Config-Any.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0c6989c
)
bump ver. update changes.
Brian Cassidy [Wed, 12 Dec 2007 02:14:52 +0000 (
02:14
+0000)]
Changes
patch
|
blob
|
blame
|
history
lib/Config/Any.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
d1ff82c
..
f484f5d
100644
(file)
--- 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
(file)
--- 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