From: Kevin M. G. <ke...@go...> - 2006-04-26 15:28:40
|
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). |