projects
/
p5sagit/Config-Any.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d8d4d54
)
prep release
v0.23
Brian Cassidy [Wed, 13 Jul 2011 15:18:07 +0000 (12:18 -0300)]
Changes
patch
|
blob
|
blame
|
history
lib/Config/Any.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
dded056
..
6f433d8
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,8
@@
Revision history for Config-Any
+0.23 2011-07-13
+ - fix test suite's method of checking availability of plugins
+
0.22 2011-07-04
- add XML::NamespaceSupport to XML format deps, silence YAML warnings in
tests (caelum)
diff --git
a/lib/Config/Any.pm
b/lib/Config/Any.pm
index
1f4ff1c
..
4c614d7
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.22';
+our $VERSION = '0.23';
=head1 NAME