Updated 21 Dec 2009 ZL2BSJ


Known bugs in Perl modules:

Config::General module version 2.31
-----------------------------------

Useless use of concatenation (.) or string in void context at
 /usr/share/perl5/Config/General/Interpolated.pm line 94.

This  warning  is  a  result  of  what  seems  to  be  a  bug  in  the
Config::General module.  I have E-mailed the author  but have received
no reply. Others have now reported the bug and a fix on CPAN.

If  you want  to get  rid of  this annoying  warning, comment  out the
following line by putting a hash at the start of it.

Change line 94 from: 

$con . $ENV{$var};

to:

# $con . $ENV{$var};


PS:  I now  use Debian  package libconfig-general-perl  version 2.44-1
which appears to be OK.

<EOF>
