[mp2] 2.0.0 ok on NetBSD 2.0.2(i386)

2005-05-21 Thread Carl Brewer
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

Re: Cron /home/perlwww/apache.org/modperl-docs/bin/site_build_pdf_index

2005-05-21 Thread Stas Bekman
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. -- ___

Re: utime on Win32

2005-05-21 Thread Stas Bekman
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

utime on Win32

2005-05-21 Thread Randy Kobes
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? ===