From: Lars T. <la...@th...> - 2006-04-21 10:37:03
|
Mike Schilli wrote: > just submitted the 1.04 maintenance release to log4perl.sf.net, with > the following changes: Running the test suite under perl 5.6.2, I get 3 of the cases failing with this: --cut-- Can't locate object method "SWASHNEW" via package "utf8" (perhaps you forgot to load "utf8"?) at blib/lib/Log/Log4perl/Config/DOMConfigurator.pm line 270. --cut-- I can make this go away by adding "use utf8;" just before the offending line, but I'm sure there is a better way. And why these tests passes on 5.005_03 and 5.8.8, but fails on 5.6.2, I have no idea. Can anybody shed more light on this? /Lars |