Capture file load errors for later use.
[p5sagit/Config-Any.git] / lib / Config / Any.pm
2015-04-29 Russell Jenkins Capture file load errors for later use.
2015-04-24 Brian Cassidy prep release v0.25
2015-04-24 Brian Cassidy do not clobber $@ (RT #103061)
2013-09-10 Brian Cassidy prep release v0.24
2011-07-13 Brian Cassidy prep release v0.23
2011-07-04 Brian Cassidy prep release v0.22
2010-12-10 Brian Cassidy fix t/64-extfail.t to pass when t/lib is in @INC
2010-08-04 Brian Cassidy bump ver. add to-be-released line to Changes.
2010-02-15 Brian Cassidy prep release v0.19
2009-07-21 Brian Cassidy add YAML::XS to the top of the YAML loaders. tidy up...
2008-12-19 Brian Cassidy ensure require() happens against plugin specified in...
2008-11-17 Brian Cassidy revert change to extensions() as we really want *all... v0.16
2008-11-17 Brian Cassidy fix up branches test which did not handle the errors...
2008-11-12 Brian Cassidy r37256@bricas-laptop (orig r8347): bricas | 2008...
2008-08-06 Brian Cassidy skip xml failure tests if XML::LibXML < 1.59 is install...
2008-08-05 Brian Cassidy release date + misc. v0.13
2008-08-05 Brian Cassidy added a flatten_to_hash option to return a simple key...
2008-08-05 Brian Cassidy add parse error tests. ensure INI errors are trapped...
2008-07-23 Marcus Ramberg remove extra warn
2008-07-23 Marcus Ramberg Show actual parse errors
2008-02-07 Brian Cassidy remove eval so the Perl loader dies on invalid content.
2008-01-28 Brian Cassidy remove version section from pod v0.11
2008-01-28 Brian Cassidy bump version
2007-12-12 Brian Cassidy minor doc update v0.10
2007-12-12 Brian Cassidy bump ver. update changes.
2007-11-14 Brian Cassidy remove each() from the docs v0.09_02
2007-11-13 Brian Cassidy require YAML::Syck 0.70 for multi-document loading
2007-11-13 Brian Cassidy a little cleanup before a dev release v0.09_01
2007-11-13 Brian Cassidy only check if a plugin is supported once we're sure...
2007-11-13 Brian Cassidy don't bother with use_ext warning if force_plugins...
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 more code updates, before i look in depth at the _load...
2007-11-08 Brian Cassidy more code cleanup
2007-11-08 Brian Cassidy some code and pod cleanups.
2007-11-08 Brian Cassidy perltidy
2007-08-23 Brian Cassidy doc + fetch driver_args for load_stems()
2007-08-22 Brian Cassidy pass special config options to loaders
2007-08-22 Brian Cassidy distro work
2007-02-25 Joel Bernstein fixed bug: [rt.cpan.org #25143] make tests fails
2007-02-22 Joel Bernstein Removed Test::Exception line which was causing test...
2007-02-21 Joel Bernstein added support for:
2006-08-22 Joel Bernstein version numbers, updated Changes file
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...