Change log for Config::Simple
$Date: 2003/03/07 03:08:59 $
4.42
* bug fix in get_block() as well as set_block() method
* get_block() and set_block() methods are finally documented
along with "-block" param() option
4.41
* Test scripts fixed
* import_names() specific section of the manual updated
4.4
* import_names() method to import values as global variables
to the caller's name space.
* import_from() class method to import values from a file
instead of from an object
* comments on the as_string() will have last update date.
This applies to write() and save() methods as well.
4.3
* Better exception handling through Config::Simple->error()
4.2
* Using Fcntl.pm for more portable O_* values
4.0
* Support for multiple values using comma (,);
* Smart support for multiple configuration file syntax including
ini-files, simple config. as well as http-like style
* quoting key values is optional
* -lc switch to disable case sensitive parsing of block names and keys
* much improved write()
$Revision: 3.11 $