update git repo url
[p5sagit/Config-Any.git] / t /
2017-04-23 Graham Knop allow YAML::Syck to fail the error tests
2017-04-23 Graham Knop improve diagnostics in yaml test
2017-04-23 Graham Knop prereq report test
2017-04-23 Graham Knop less strict error check
2017-04-09 Graham Knop white space cleanups
2017-04-09 Graham Knop always run all tests during release
2017-04-09 Graham Knop move pod tests to xt/
2017-04-09 Graham Knop better diagnostics on test failures
2017-04-08 Graham Knop stop using use_ok
2017-04-08 Graham Knop remove unneeded load test
2017-02-27 Graham Knop throw error for missing perl files
2017-02-27 Graham Knop check for load failure rather than empty result
2017-02-27 Graham Knop untaint cwd when constructing full perl file path
2015-04-29 Russell Jenkins Test load_files throws parse errors when use_ext=1
2013-09-10 Brian Cassidy remove old YAML warning
2011-07-11 Brian Cassidy use is_supported to figure out if we can test a loader
2011-07-04 Rafael Kitover add XML::NamespaceSupport to XML format deps, silence...
2010-12-10 Brian Cassidy fix t/64-extfail.t to pass when t/lib is in @INC
2010-08-05 Brian Cassidy remove useless "use Carp", squash warning in test suite.
2010-08-05 Brian Cassidy tidy C::G related code, plus remove an old work-around...
2010-08-02 Rafael Kitover enable -ForceArray option by default for Config::General
2010-06-04 Brian Cassidy remove test. forgot to switch branches.
2010-06-04 Brian Cassidy add leaktrace test
2009-11-16 Brian Cassidy ensure XML loader's _coerce() method checks specificall...
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 line endings, tabs, perltidy.
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-02-07 Brian Cassidy remove eval so the Perl loader dies on invalid content.
2008-01-28 Brian Cassidy forgot an ini file
2008-01-28 Brian Cassidy fix for ini subsections (RT #32726), use from_json...
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 more code cleanup
2007-11-08 Brian Cassidy some code and pod cleanups.
2007-11-08 Brian Cassidy perltidy
2007-08-23 Brian Cassidy added test for config options to Config::General
2007-08-23 Brian Cassidy added a simple cache to the perl parser so it can load...
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 added some branch exercising tests in 10-branches.t...
2006-08-22 Joel Bernstein fixed parser test to skip tests when dependent modules...
2006-08-22 Brian Cassidy removed duplicate test
2006-08-22 Joel Bernstein added test configs
2006-08-22 Joel Bernstein more files needed to create the dists, and tests
2006-08-22 Joel Bernstein lots of Config::Any fixes, brought in C::Any testsuite...
2006-08-09 Joel Bernstein Initial import of Config::Any (refactored from Catalyst...