[EMAIL PROTECTED] writes:
> 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.
>
> --
> When build without Unicode decode support, all is well and all tests pass.
>
> When I turn Unicode decode support on, however, the tests explode.
> The implication of the blurb printed out by Makefile.PL is that this
> should work under 5.6.0. Should it? If not, shouldn't there be a
> better $] check?
The easy fix is to only offer unicode decoding for perl-5.7.0 or
better. I think the only problem is that I have used the
bytes_to_utf8() function that was not available in perl-5.6.0, and if
that is the case I can fix it by providing a copy of that function in
my dist.
I'll investigate... but will probably wait until 5.6.1 is out to do
something. After all it is tagged as experimental :-)
Regards,
Gisle
> PERL_DL_NONLAZY=1 /usr/local/bin/perl -Iblib/arch -Iblib/lib
>-I/usr/local/lib/perl5/5.6.0/ppc-linux -I/usr/local/lib/perl5/5.6.0 -e 'use
>Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
> t/api_version.......Can't load 'blib/arch/auto/HTML/Parser/Parser.so' for module
>HTML::Parser: blib/arch/auto/HTML/Parser/Parser.so: undefined symbol: bytes_to_utf8
>at /usr/local/lib/perl5/5.6.0/ppc-linux/DynaLoader.pm line 200.
> at t/api_version.t line 4
> Compilation failed in require at t/api_version.t line 4.
> BEGIN failed--compilation aborted at t/api_version.t line 4.
> dubious
> Test returned status 255 (wstat 65280, 0xff00)
> t/argspec-bad.......Can't load 'blib/arch/auto/HTML/Parser/Parser.so' for module
>HTML::Parser: blib/arch/auto/HTML/Parser/Parser.so: undefined symbol: bytes_to_utf8
>at /usr/local/lib/perl5/5.6.0/ppc-linux/DynaLoader.pm line 200.
> at t/argspec-bad.t line 4
> Compilation failed in require at t/argspec-bad.t line 4.
> BEGIN failed--compilation aborted at t/argspec-bad.t line 4.
> dubious
> Test returned status 255 (wstat 65280, 0xff00)
...