I'm now running 2.0.0 on my NetBSD 2.0.2 server (i386) with
no problems so far and a pretty painless port from 1.99.16 :
Thanks Stas et al.
Except for this (something I missed?)
noisy: {45} t/REPORT > mybugreport
/usr/pkg/lib/perl5/site_perl/5.8.6/i386-netbsd-thread-multi/auto/APR/Request/Er
Cron Daemon wrote:
Retrieving http://gozer.ectoplasm.org/bin/gozer.png
Retrieving http://gozer.ectoplasm.org/bin/gozer.png
gozer, please fetch your image, svn add it and use the local reference.
Otherwise html2ps will try to fetch it (as it needs to have it to inlign it).
Thanks.
--
___
Randy Kobes wrote:
In t/lib/TestAPR/finfo.pm, for Win32,
utime undef, undef, $file;
is used. However, with perl-5.8.0, this leads to a warning
about an uninitialized value being used, causing the finfo
tests to fail. This apparently is a bug in 5.8.0, as it's OK
with 5.8.6. Would the following
In t/lib/TestAPR/finfo.pm, for Win32,
utime undef, undef, $file;
is used. However, with perl-5.8.0, this leads to a warning
about an uninitialized value being used, causing the finfo
tests to fail. This apparently is a bug in 5.8.0, as it's OK
with 5.8.6. Would the following patch be OK?
===