The distribution
    Expect-1.12
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.

-- 
Test 10 fails because it exercises the OSes ability to pass long lines
over a PTY connection. Solaris won't. I stops at 256 bytes. The newline
is not passed to the listening program because of the
overflow.

Please remove this test.

BTW: "The quick brown fox jumped over the lazy dog." is similar to
a sentence that contains every character at least once. Watch:

echo "The quick brown fox jumped over the lazy dog." | \
perl -ne 'map {$cc{$_}++} split //, lc $_; map {print "$_\n" unless $cc{$_}} "a".."z";'

outputs 's'. The correct sentence is
"The quick brown fox jump*s* over the lazy dog."

Not that it matters for the test ;-)
--

Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration:
  Platform:
    osname=solaris, osvers=2.8, archname=i86pc-solaris
    uname='sunos alanya.lupe-christoph.de 5.8 generic_108529-05 i86pc i386 i86pc '
    config_args='-de'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
    useperlio=undef d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
  Compiler:
    cc='gcc', ccflags ='-I/opt/local/include/bind -fno-strict-aliasing 
-I/opt/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O',
    cppflags='-I/opt/local/include/bind -fno-strict-aliasing -I/opt/local/include'
    ccversion='', gccversion='2.95.2 19991024 (release)', gccosandvers='solaris2.8'
    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, usemymalloc=y, prototype=define
  Linker and Libraries:
    ld='gcc', ldflags ='-L/opt/local/i386/lib -R/opt/local/i386/lib '
    libpth=/opt/local/i386/lib /usr/ccs/lib /usr/lib
    libs=-lsocket -lbind -lnsl -lgdbm -ldb -ldl -lm -lc -liconv
    perllibs=-lsocket -lbind -lnsl -ldl -lm -lc -liconv
    libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-fPIC', lddlflags='-G -L/opt/local/i386/lib -R/opt/local/i386/lib'

Reply via email to