projects
/
p5sagit/Config-Any.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e7be073
)
prep release
v0.22
Brian Cassidy [Mon, 4 Jul 2011 14:48:00 +0000 (11:48 -0300)]
Changes
patch
|
blob
|
blame
|
history
lib/Config/Any.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
55a4622
..
dded056
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,9
@@
Revision history for Config-Any
+0.22 2011-07-04
+ - add XML::NamespaceSupport to XML format deps, silence YAML warnings in
+ tests (caelum)
+
0.21 2011-05-25
- fix t/64-extfail.t to pass when t/lib is in @INC
diff --git
a/lib/Config/Any.pm
b/lib/Config/Any.pm
index
4033b49
..
1f4ff1c
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.21';
+our $VERSION = '0.22';
=head1 NAME