Revision history for Perl module Baseobject
1.18  Fri, 19 Nov 2010 10:18:46 +0100
	- fixed: "my" variable $conf masks earlier declaration in same scope at /home/anton/testlib/Baseobject.pm line 619.

1.17 Thu, 11 Nov 2010 11:47:06 +0100
	- utf8 support voor readconfig()! Tnx Wessel :)

1.16 Wed, 02 May 2007 17:43:33 +0200
	- Allow doubledots in basefilename

1.15 Mon, 29 May 2006 16:45:48 +0200
	- Let Readconfig find its file in SYSCONFDIR if there is no / in the
	  configfile name.

1.14 Fri, 20 Jan 2006 10:07:36 +0100
	- added 'secret' flag for readconfig, checks if filepermissions are strict
	- readconfig adds a value only if it is defined now.
	- fixed bug: read sysconfdir and localstatedir in lowercase also.

1.13    - fixed Readconfig->hash so the 'allows' parameter can have wildcards
	- do not treat \n as empty line any more it kills javascript
	  (see version 1.7)
	- Let expandvars return a 0 on failure

1.12 Wed, 20 Jul 2005 11:29:46 +0200
	- Let Baseobject take care of all autoconfnames

1.11 Mon, 18 Jul 2005 15:08:14 +0200
	- Baseobject::Readconfig -> Readconfig

1.10 Mon, 11 Jul 2005 13:52:17 +0200
	- fixed hash() not to generate an error on absence of allowed keys
	- changed error() into stderror() on 'key x not found'

1.9 Mon, 11 Jul 2005 11:26:52 +0200
	- fixed Readconfig:mergedata() and hash()
	- changed error-outputtext for expandvars

1.8 Tue, 21 Jun 2005 10:01:10 +0200
	- added Readconfig:mergedata
	- check for $DATADIR/doc/$PACKAGE/$filename

1.7 Mon, 30 May 2005 14:17:21 +0200 anton
        - \\n in Readconfig is treated as one empty line
        - ${var} is supported in expandvars

1.6 Wed, 09 Mar 2005 09:22:02 +0100 anton
        - readsysconfig is langauage sensitive now
        - skip empty lines no longer

1.5 Tue, 08 Mar 2005 15:01:53 +0100 anton
        - accept CAPITAL and lower case SYSCONFDIR

1.4 Sun, 27 Feb 2005 21:27:18 +0100 anton
        - replaced readsysconfig by Baseobjec::Readconfig

0.1 Tue Jun 22 15:48:24 2004 anton
	- original version; created by ExtUtils::ModuleMaker 0.32

1.3 Fri, 25 Feb 2005 10:02:43 +0100 anton
	- different date format: now date -R :)
	- added readsysconfig first version

1.2 Mon Nov 22 10:10:29 2004 anton
	- Build a type check on the usage of verbosity.
 	  Intercept common mistake: $object->verbosity().
	  Should be Baseobject::verbosity();
	  The verbosity setting is global to the entire
	  program.

1.1 Fri Aug 20 15:45:46 2004 anton
        - concerted original project to base distribution version.
          Documentation converted from nice autopod to ugly pod.
          Content is not quit up to date but must do for now.
        - Trailer.pm is no longer part of this distribution,
          but is distributed seperately. Baseobject still depends
          on it, so you should get a copy!
