Re: libxml-perl-0.07 and perl-5.8.0 make test error
by Petr Pajas other posts by this author
Oct 2 2002 5:15PM messages near this date
view in the new Beta List Site
libxml-perl-0.07 and perl-5.8.0 make test error
|
Continuing Perl 5.8.0 Problems
"Christian Gilmore" <cgilmore@[...].com> writes:
> The 'make test' for libxml-perl fails in step 11 of stream.t. The expected
> output and actual output vary by '\240\' being present in the actual output
> instead of '\302\240' in the expected output. Here is my basic environment:
>
> solaris-2.8
> perl-5.8.0 (64-bit)
> expat-1.95.5 (64-bit)
> libxml-perl-0.07
>
> All of the necessary support modules for libxml-perl are up-to-date. Any
> ideas why this test fails?
>
> Thanks,
> Christian
Hi,
my blind guess would be it's due to the new unicode engine of
perl5.8. Many modules are not yet ready for it and I don't quite
understand why people (and which disturbs me most - big distros like
RH) are swiching to it so quickly. Perl 5.8 may be stable on its own
but it seems that many CPAN modules are still incompatible with it
(mainly those that had to fight their own ways to deal with Unicode
even before there was any 5.8 released) and it sure will take some
time for the developers to fix them. So, if you want a quick solution,
my suggestion is to downgrade to perl-5.6.1.
best regards,
-- Petr
_______________________________________________
Perl-XML mailing list
Perl-XML@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
Christian Gilmore
Petr Pajas
|