Posted on 2007-04-24 16:09:09-07 by madizzy in response to 4894
Re: error during make test
Hello, I just figured it out myself. In TWS.pm, modify sub get_conf_data to read:
#my %config = ParseConfig(-ConfigFile => $conf); my $c = Config::General->new($conf); my %config = $c->getall;
Sincerely, IK
Direct Responses: 4996 | Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.