0.34 Tue Mar 8 15:02:06 2011
- Apply patch from Andrew Ruthven RT #66460
( also Debian Bug # 617305 )
- Fix a regression with space separated format
reported by Karel Petera RT #66050
- Apply a fix from Nigel Horne RT #65019
- Not all versions of XML::Parser deal well with an IO::String filehandle;
pass the value in as string instead
- Fix a broken XML test
- Remove stray $DB::single = 1
- Don't delete XML tests, skip them
- Address #44018: Speed enhancements to only load modules if they are
actually needed. By Lyle Hopkins
- Address #32927: Hash key being assigned to $1 instead of $_
- Address #28608: Quoted parameters in Config::Auto
parsing now properly splits on quoted words, shell like
- Address #27686: an odd config format could throw uninitialized
value warnings
- Guts of Config::Auto rewritten to allow access to data in various
stages.
- Updates prereq list
- Increased test coverage
- Address #25732: Close filehandles after parsing
Config::Auto wasn't closing it's filehandles after
reading from them. Now it does.
- Address #19938 which states that calling parse()
on an xml config without XML::Simple installed
dies ungracefully. As of this version, better
diagnostics will be provided.
- Improved YAML autodetection [#18241]
- Added experimental YAML support
- Fix uninitialized value warning
- Fix pod error
- Files under /etc we're not properly detected
- Fix casing of 'perl' in the Formats section of the pod
- Make formats be accepted in any casing
- Add optional path support
- update test suite to test::more
- split tests by different formats
- Patch supplied by ssoriche@coloredblocks.net, tweaked and applied
- extend do() diagnostics for perl files
- extend documentation
- fix small thinko in file finding logic.
- added support for fixed config file name.
- added support for '/usr/local/etc/'
- fix a bug in tr/// on a string
- Fix so that a config file is magically found when the program
is started with a full pathname as well
- Jos Boumans took maintainership
- XML::Simple is now an optional module
- INI files patch by Garrett Rooney
- I always screw up the README.
0.01 Wed Jul 3 15:00:16 2002
- original version; created by h2xs 1.21 with options
-AX -n Config::Auto