This is actually a bug in the test as it depends on perls internal hash ordering, which changed in 5.8. I have uploaded 1.3101 which should fix this.
Thanks, Graham. On Sun, Aug 18, 2002 at 04:14:47PM +0200, alian 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 is an error report generated automatically by CPANPLUS. > Below is the error stack during 'make test': > > PERL_DL_NONLAZY=1 /usr/local/perl-5.8.0/bin/perl "-MExtUtils::Command::MM" "-e" >"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t > t/00prim........ok > t/01basic.......ok > t/02seq.........ok > t/03seqof.......FAILED tests 7-12 > Failed 6/19 tests, 68.42% okay > t/04comp........ok > t/05class.......ok > t/06opt.........ok > t/07io..........ok > t/08tag.........ok > t/09hightags....ok > Failed Test Stat Wstat Total Fail Failed List of Failed > ------------------------------------------------------------------------------- > t/03seqof.t 19 6 31.58% 7-12 > Failed 1/10 test scripts, 90.00% okay. 6/401 subtests failed, 98.50% okay. > *** Error code 25 > > Stop in /usr/local/home/alian/.cpanplus/build/Convert-BER-1.31 (line 649 of >Makefile). > > > Additional comments: > > > > -- > > Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration: > Platform: > osname=openbsd, osvers=3.0, archname=OpenBSD.i386-openbsd > uname='openbsd openbsd 3.0 generic#94 i386 ' > config_args='-Dprefix=/usr/local/perl-5.8.0 -d' > hint=recommended, useposix=true, d_sigaction=define > usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef > useperlio=define d_sfio=undef uselargefiles=define usesocks=undef > use64bitint=undef use64bitall=undef uselongdouble=undef > usemymalloc=n, bincompat5005=undef > Compiler: > cc='cc', ccflags ='-fno-strict-aliasing -I/usr/local/include', > optimize='-O2', > cppflags='-fno-strict-aliasing -I/usr/local/include' > ccversion='', gccversion='2.95.3 20010125 (prerelease)', >gccosandvers='openbsd3.0' > intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 > d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 > ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 > alignbytes=4, prototype=define > Linker and Libraries: > ld='cc', ldflags =' -L/usr/local/lib' > libpth=/usr/local/lib /usr/lib > libs=-lm -lc -lutil > perllibs=-lm -lc -lutil > libc=/usr/lib/libc.so.28.0, so=so, useshrplib=false, libperl=libperl.a > gnulibc_version='' > Dynamic Linking: > dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=define, ccdlflags=' ' > cccdlflags='-DPIC -fPIC ', lddlflags='-shared -fPIC -L/usr/local/lib' >
