Subject: | re: Bug in Interpolating Variables |
When interpolating variables the module is ignoring the values defined with the -DefaultConfig Option.
Ex: Sample config file (test.cfg)
DATAFILE = /home/foo/bar/data.$DATE
my $cfg = Config::General->new(-DefaultConfig => { DATE => 20021101}, -ConfigFile => "test.cfg", -InterPolateVars => 'yes');
The above line croaks with the message:
use of uninitialized variable $DATE
This feature was working in the earlier versions ( version <= 2.10)