make perl loader check mtime for cache, prefer JSON::DWIW for JSON
[p5sagit/Config-Any.git] / lib / Config / Any /
2010-02-15 Rafael Kitover make perl loader check mtime for cache, prefer JSON...
2009-11-16 Brian Cassidy ensure XML loader's _coerce() method checks specificall...
2009-07-21 Brian Cassidy minor tidy to deprecation warning
2009-07-21 Rafael Kitover add warning about using YAML loaders other than ::XS
2009-07-21 Brian Cassidy add YAML::XS to the top of the YAML loaders. tidy up...
2009-02-05 Brian Cassidy add JSON::XS to the top of the JSON loaders list v0.17
2008-11-12 Brian Cassidy r37256@bricas-laptop (orig r8347): bricas | 2008...
2008-08-05 Brian Cassidy added a caveat regarding XML::Simple's strict mode...
2008-08-05 Brian Cassidy add parse error tests. ensure INI errors are trapped...
2008-02-07 Brian Cassidy remove eval so the Perl loader dies on invalid content.
2008-01-28 Brian Cassidy fix for ini subsections (RT #32726), use from_json...
2007-11-13 Brian Cassidy update is_supported with YAML::Syck version
2007-11-13 Brian Cassidy require YAML::Syck 0.70 for multi-document loading
2007-11-13 Brian Cassidy added is_supported() to see what plugins we can use
2007-11-13 Brian Cassidy refactor _load(). fix an issue with use_ext => 0. use_e...
2007-11-08 Brian Cassidy perltidy
2007-08-23 Brian Cassidy minor cleanup -- pass args to XML::Simple
2007-08-23 Brian Cassidy added a simple cache to the perl parser so it can load...
2007-08-22 Brian Cassidy pass special config options to loaders
2007-08-22 Brian Cassidy distro work
2007-02-21 Joel Bernstein added support for:
2006-08-22 Joel Bernstein lots of Config::Any fixes, brought in C::Any testsuite...
2006-08-18 Joel Bernstein Config::Any ready for release to CPAN
2006-08-09 Joel Bernstein Initial import of Config::Any (refactored from Catalyst...