Change log for Config::Simple
  $Date: 2003/03/08 09:57:52 $

4.45
    * full support for tie-interface
    * bug in param() method fixed, where it used to display 'undef'
      as a value of any variable in the config file with a single '0'.

4.44
    * import_from() class method now supports second argument
      to be a reference to an existing hash

4.43
    * Minor fix: forgot to remove "use diagnostics" line.

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.14 $