On Thu, Jul 25, 2002 at 03:00:55PM -0000, Josts Smokehouse wrote: > This distribution has been tested as part of the cpan-testers > effort to test as many new uploads to CPAN as possible. See > http://testers.cpan.org/ > > Please cc any replies to [EMAIL PROTECTED] to keep other > test volunteers informed and to prevent any duplicate effort.
This looks like a failure in XML::SAX::Writer upon which the test suite depends heavily. This test: > t/00xsw_version.........Can't load >'/usr/local/perl/lib/site_perl/5.6.1/sun4-solaris/auto/Text/Iconv/Iconv.so' Merely loads XML::SAX::Writer and checks its version to warn people away from v0.41 (which is ethically corrupt and morally bankrupt ;), so I know this isn't an XML::SAX::Machines failing. I'll take a wild ass guess that you have an older X::S::W version that does not handle the pass-through "conversion" without loading Text::Iconv. If so, can you upgrade XML::SAX::Writer to 0.39 and try again? Thanks, Barrie
