From: Lars T. <la...@th...> - 2006-04-27 07:03:57
|
Kevin M. Goess wrote: > Lars Thegler wrote: >> 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. > > No problems for me on perl 5.6.1. It sounds like it could be a problem > in XML::DOM, which version of that are you using? (I used 1.29). Ah, good point. I'm using the current version on CPAN, which is 1.44. 1.29 is ancient, released sometime back in 2001. Maybe that is why your tests are passing? /Lars |