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. -- I've verified this fails with perl 5.005_03 as well. This is a simple syntax error. Running make test PERL_DL_NONLAZY=1 /usr/local/bin/perl -Iblib/arch -Iblib/lib -I/usr/local/lib/pe rl5/5.5.640/ppc-linux -I/usr/local/lib/perl5/5.5.640 test.pl 1..2 Missing right curly or square bracket at test.pl line 30, at end of line syntax error at test.pl line 30, at EOF Execution of test.pl aborted due to compilation errors. Here's the patch: --- test.pl~ Thu Feb 3 10:07:47 2000 +++ test.pl Sat Feb 5 09:28:18 2000 @@ -26,5 +26,6 @@ if ($@ == '') {print "OK\n";} else - {print "fail!\n"; + {print "fail!\n";} + Once the syntax error is fixed, the test works. -- Summary of my perl5 (revision 5.0 version 5 subversion 640) configuration: Platform: osname=linux, osvers=2.2.14, archname=ppc-linux uname='linux c22234-c.scllg1.pa.home.com 2.2.14 #2 sun jan 9 20:34:00 est 2000 ppc unknown ' config_args='-Dprefix=/usr/local -Dcc=gcc -des' hint=recommended, useposix=true, d_sigaction=define usethreads=undef use5005threads=undef useithreads=undef usesocks=undef useperlio=undef d_sfio=undef use64bits=undef uselargefiles=define usemultiplicity=undef Compiler: cc='gcc', optimize='-O2', gccversion=2.95.2 19991024 (release/franzo) cppflags='-Dbool=char -DHAS_BOOL -fno-strict-aliasing -I/usr/local/include' ccflags ='-Dbool=char -DHAS_BOOL -fno-strict-aliasing -I/usr/local/include' stdchar='char', d_stdstdio=define, usevfork=false intsize=4, longsize=4, ptrsize=4, doublesize=8 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8 alignbytes=8, usemymalloc=n, prototype=define Linker and Libraries: ld='gcc', ldflags =' -L/usr/local/lib' libpth=/usr/local/lib /lib /usr/lib libs=-lnsl -lndbm -lgdbm -ldb -ldl -lm -lc -lposix -lcrypt libc=/lib/libc-2.1.3.so, so=so, useshrplib=false, libperl=libperl.a Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic' cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'
