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. -- Fails test 17 of html.t: 1..23 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 not ok 17 header(-cookie) ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 In the debugger: DB<4> p header(-Cookie=>$cookie) Set-Cookie: fred=chocolate&chip; path=/ \012Date: Sat, 25 Mar 2000 18:23:38 GMT \012Content-Type: text/html; charset=ISO-8859-1 \012 \012 (I've replaced ^J with \012 by hand to avoid qmail problems, and \015 of course is the end of line.) The charset doesn't seem to be expected. Now someone tell me why this particular test worked under 5.6.0. The header(-Cookie=>$cookie) is the same on my ppc-linux box with 5.6.0, but the match succeeds, even though the "Content-Type" line shouldn't match. All other tests, besides the ones requiring fork(), which can't run, pass. -- Summary of my (5.0 patchlevel 4 subversion 0) configuration: Platform: osname=MacOS, osvers=9.0, archname=MacOS_PPC uname='' hint=, useposix=true, d_sigaction= bincompat3= useperlio= d_sfio= Compiler: cc='C', optimize='', gccversion= cppflags='' ccflags ='' stdchar='', d_stdstdio=define, usevfork= voidflags=, castflags=0, d_casti32=32, d_castneg=define intsize=32, alignbytes=, usemymalloc=, randbits= Linker and Libraries: ld='', ldflags ='' libpth= libs= libc=, so= useshrplib=, libperl= Dynamic Linking: dlsrc=, dlext=, d_dlsymun=, ccdlflags='' cccdlflags='', lddlflags=''
