Subject: | /Log/Log4perl/Config/PropertyConfigurator.pm |
You wrote at line 30 after while:
$_ = ...
better you write
local $_ = ...
to fix the bug. At the moment $_ is then destroyed. I catched this by using Tie::Scalar.
I can't give you a version number. $VERSION is not defined. But I saw here the actual source. This is the same.
Greetings from Steffen