I've just installed URI-1.06 and it works, except that make test claims that one test fails (no 13 of heuristic.t), which when run by hand prints 'ok'. This is on win98 using cygwin. =========== exhibit a: perl -I.. heuristic.t ========== 1..14 uf_uristr: resolving http://www.sn.no/ uf_uristr: ==> http://www.sn.no/ ok 1 uf_uristr: resolving /etc/passwd uf_uristr: ==> file:/etc/passwd ok 2 uf_uristr: resolving ./foo.txt uf_uristr: ==> file:./foo.txt ok 3 uf_uristr: resolving ftp.aas.no/lwp.tar.gz uf_uristr: ==> ftp://ftp.aas.no/lwp.tar.gz ok 4 uf_uristr: resolving C:\CONFIG.SYS uf_uristr: ==> file:C:\CONFIG.SYS ok 5 uf_uristr: resolving perl/camel.gif uf_uristr: gethostbyname('www.perl.no')...no uf_uristr: gethostbyname('www.perl.com')...yes uf_uristr: ==> http://www.perl.com/camel.gif ok 6 uf_uristr: resolving perl/camel.gif uf_uristr: gethostbyname('www.perl.co.uk')...yes uf_uristr: ==> http://www.perl.co.uk/camel.gif ok 7 uf_uristr: resolving perl uf_uristr: gethostbyname('www.perl.org')...yes uf_uristr: ==> http://www.perl.org ok 8 uf_uristr: resolving perl uf_uristr: ==> http://perl ok 9 uf_uristr: resolving http:80 uf_uristr: ==> http:80 ok 10 uf_uristr: resolving mailto:[EMAIL PROTECTED] uf_uristr: ==> mailto:[EMAIL PROTECTED] ok 11 uf_uristr: resolving [EMAIL PROTECTED] uf_uristr: ==> mailto:[EMAIL PROTECTED] ok 12 uf_uristr: resolving [EMAIL PROTECTED] uf_uristr: ==> mailto:[EMAIL PROTECTED] ok 13 uf_uristr: resolving gopher.sn.no uf_uristr: ==> gopher://gopher.sn.no ok 14 ======= exhibit b: make test ====== PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/local/lib/perl5/5.6.0/cygwin -I/usr/local/lib/perl5/5.6.0 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t t/abs...............ok t/data..............ok t/file..............ok t/generic...........ok t/heuristic.........FAILED test 13 Failed 1/14 tests, 92.86% okay t/http..............ok t/ldap..............ok t/mailto............ok t/mix...............ok t/news..............ok t/old-absconf.......ok t/old-base..........ok t/old-relbase.......ok t/pop...............ok t/roy-test..........ok t/rsync.............ok Failed Test Status Wstat Total Fail Failed List of failed ------------------------------------------------------------------------------- t/heuristic.t 14 1 7.14% 13 ====================== exhibit c perl -V ====================== Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration: Platform: osname=cygwin, osvers=1.1.1(0.2032), archname=cygwin-multi uname='cygwin_98-4.10 leoschalkwyk 1.1.1(0.2032) 2000-05-14 23:48:17 i586 unknown ' config_args='-der' hint=previous, useposix=true, d_sigaction=define usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=define useperlio=undef d_sfio=undef uselargefiles=define use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef Compiler: cc='gcc', optimize='-g', gccversion=2.95.2 19991024 (release) cppflags='-fno-strict-aliasing -I/usr/local/include' ccflags ='-fno-strict-aliasing -I/usr/local/include' stdchar='char', d_stdstdio=undef, usevfork=false intsize=4, longsize=4, ptrsize=4, doublesize=8 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=4 alignbytes=8, usemymalloc=y, prototype=define Linker and Libraries: ld='ld2', ldflags =' -s -L/usr/local/lib' libpth=/usr/local/lib /usr/i686-pc-cygwin/lib /lib /usr/lib libs=-lgdbm -lm -lcrypt -lcygwin -lkernel32 libc=/usr/i686-pc-cygwin/lib/libc.a, so=dll, useshrplib=true, libperl=libperl5_6_0.a Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' -s' cccdlflags=' ', lddlflags=' -s -L/usr/local/lib' Characteristics of this binary (from libperl): Compile-time options: MULTIPLICITY USE_LARGE_FILES PERL_IMPLICIT_CONTEXT Built under cygwin Compiled at Jun 2 2000 14:45:47 @INC: /usr/local/lib/perl5/5.6.0/cygwin /usr/local/lib/perl5/5.6.0 /usr/local/lib/perl5/site_perl/5.6.0/cygwin /usr/local/lib/perl5/site_perl/5.6.0 /usr/local/lib/perl5/site_perl . ------------------------------------------------------------ [EMAIL PROTECTED] http://www.molgen.mpg.de/~schalkwy/ Max-Planck-Institut f�r molekulare Genetik Ihnestra�e 73 14195 Berlin-Dahlem tel +49 30 84 13 1354 fax +49 30 84 13 1128
