16 years agoupdated README v0.08
Brian Cassidy [Thu, 23 Aug 2007 15:02:04 +0000]
updated README

16 years agofix date in changes
Brian Cassidy [Thu, 23 Aug 2007 15:01:37 +0000]
fix date in changes

16 years agodoc + fetch driver_args for load_stems()
Brian Cassidy [Thu, 23 Aug 2007 15:01:09 +0000]
doc + fetch driver_args for load_stems()

16 years agoadded test for config options to Config::General
Brian Cassidy [Thu, 23 Aug 2007 14:33:42 +0000]
added test for config options to Config::General

16 years agominor cleanup -- pass args to XML::Simple
Brian Cassidy [Thu, 23 Aug 2007 13:32:05 +0000]
minor cleanup -- pass args to XML::Simple

16 years agoadded a simple cache to the perl parser so it can load the same file twice (RT #28812)
Brian Cassidy [Thu, 23 Aug 2007 12:30:41 +0000]
added a simple cache to the perl parser so it can load the same file twice (RT #28812)

16 years agopass special config options to loaders
Brian Cassidy [Wed, 22 Aug 2007 20:08:30 +0000]
pass special config options to loaders

16 years agodistro work
Brian Cassidy [Wed, 22 Aug 2007 03:21:48 +0000]
distro work

17 years agofixed bug: [rt.cpan.org #25143] make tests fails
Joel Bernstein [Sun, 25 Feb 2007 20:08:33 +0000]
fixed bug: [rt.cpan.org #25143] make tests fails
- t/61_features.t had 1 more test added than was set to skip if the INI parser
  was not installed. Fixed by s/9/10/ on the skip() line.

17 years agoRemoved Test::Exception line which was causing test failures
Joel Bernstein [Thu, 22 Feb 2007 21:44:59 +0000]
Removed Test::Exception line which was causing test failures
Bumped version number

17 years agoadded support for:
Joel Bernstein [Wed, 21 Feb 2007 22:24:17 +0000]
added support for:
'force_plugins => [ qw(Config::Any::Foo Config::Any::Blah) ]' parameter to load_(files|stems)
$Config::Any::INI::MAP_SECTION_SPACE_TO_NESTED_KEY - boolean, defaulting to on, controlling whether to map spaces
in INI section headings to nested hashrefs

17 years agoMANIFEST update v0.04
Joel Bernstein [Tue, 22 Aug 2006 21:32:30 +0000]
MANIFEST update

17 years agoadded some branch exercising tests in 10-branches.t and 51-ini.t, and a second INI...
Joel Bernstein [Tue, 22 Aug 2006 21:18:27 +0000]
added some branch exercising tests in 10-branches.t and 51-ini.t, and a second INI-file test config

17 years agofixed parser test to skip tests when dependent modules are not installed
Joel Bernstein [Tue, 22 Aug 2006 20:27:58 +0000]
fixed parser test to skip tests when dependent modules are not installed

17 years agoremoved duplicate test
Brian Cassidy [Tue, 22 Aug 2006 19:41:41 +0000]
removed duplicate test

17 years agodistro updates
Brian Cassidy [Tue, 22 Aug 2006 19:37:15 +0000]
distro updates

17 years agoadded test configs
Joel Bernstein [Tue, 22 Aug 2006 19:35:10 +0000]
added test configs

17 years agomore files needed to create the dists, and tests
Joel Bernstein [Tue, 22 Aug 2006 19:26:35 +0000]
more files needed to create the dists, and tests

17 years agofixed MANIFEST breakage
Joel Bernstein [Tue, 22 Aug 2006 19:18:53 +0000]
fixed MANIFEST breakage

17 years agofixed supporting files for release (MANIFEST, Build.PL)
Joel Bernstein [Tue, 22 Aug 2006 19:12:28 +0000]
fixed supporting files for release (MANIFEST, Build.PL)

17 years agoversion numbers, updated Changes file
Joel Bernstein [Tue, 22 Aug 2006 18:55:21 +0000]
version numbers, updated Changes file

17 years agolots of Config::Any fixes, brought in C::Any testsuite (refactored, partly, from...
Joel Bernstein [Tue, 22 Aug 2006 17:37:01 +0000]
lots of Config::Any fixes, brought in C::Any testsuite (refactored, partly, from ConfigLoader)
fixed buggy ConfigLoader config files, added config coercion method to XML.pm, added config coercion code to INI.pm

17 years agoConfig::Any ready for release to CPAN
Joel Bernstein [Fri, 18 Aug 2006 22:25:58 +0000]
Config::Any ready for release to CPAN

- Config::Any now working perfectly.
- Added fix to Config::Any::General to avoid Config::General stupidly parsing
  Perl code as if it were an Apache-style config file.

17 years agoInitial import of Config::Any (refactored from Catalyst::Plugin::ConfigLoader), and...
Joel Bernstein [Wed, 9 Aug 2006 16:57:11 +0000]
Initial import of Config::Any (refactored from Catalyst::Plugin::ConfigLoader), and rewrite of C::P::CL to use C::A

17 years agocreated Config-Any dir
Matt S Trout [Wed, 9 Aug 2006 16:15:17 +0000]
created Config-Any dir