Version History
---------------
2003.08.23 - 0.95
- Added the functionality to read a directory upon
a request by SE<eacute>bastien Gross
- Updated and corrected the test suite.
- Updated and corrected the documentation.
2003.08.22 - 0.95 devel
- Updated and corrected the documentation.
2003.08.21 - 0.95 devel
- Corrected a minor bug in list detection (trailing spaces)
- Added an "include" statement upon a request by
SE<eacute>bastien Gross
2003.08.15 - 0.94
- Changed the name of this module from Data::Config to
Config::Natural (the Data:: namespace is reserved for
other type of modules).
- The version history is now in its own file. The format
was changed and the dates were changed to be ISO.
2003.02.22 - 0.93
- Now using a Perl-style version number.
- Added the function write_source() upon StE<eacute>phane
Benoliel request.
- Corrected a mistake in the documentation.
2002.08.15 - 0.9.2
- The handler methods weren't documented. This is now fixed.
- A complete test suite is being written before submission
to CPAN.
2001.07.03 - 0.9.1
- Documentation was corrected and updated.
2001.06.29 - 0.9.0
- Small improvements.
2001.05.20 - 0.9.0
- Corrected a few things in the documentation.
2001.05.13 - 0.9.0
- Added parameters handlers
- Added auto creation of surrounding lists
2001.05.13 - 0.9.0 pre 2
- Some cleanups.
2001.03.20 - 0.9.0 pre 1
- Loops can now be nested AND stacked :-)
2001.03.04 - 0.9.0 beta 2
- Nested loops begin to work, but they can't be stacked.
2001.02.15 - 0.9.0 beta 1
- Cleaned up a few things.
- First attempts to add the nesting feature.
2000.11.15 - 0.8.3
- Added the method clear()
2000.11.11 - 0.8.2
- Added a destructor method. This was needed because of
a strange behaviour in MacPerl 5.2.0r4.
2000.11.08 - 0.8.1
- Minor bug corrected: empty or undefined parameters were
not added.
- Bug corrected: syntactic symbols are now escaped through
quotemeta().
2000.11.05 - 0.8.0
- Code cleanup (mainly auto-generation of the options accessors).
- Added list support.
2000.11.04 - 0.7.1
- Minor change in the internal structure: options are now grouped.
2000.10.10 - 0.7.0
- First fully functional version as an independent module.