Re: cvs commit: modperl-2.0/lib/ModPerl TestReport.pm

2003-12-12 Thread Stas Bekman
[EMAIL PROTECTED] wrote: stas2003/12/11 23:14:40 Modified:bin mp2bug .Makefile.PL Changes Added: lib/ModPerl TestReport.pm Log: Extend the autogenerated bug report to include information about installed modules of special interest (which may

Re: CPAN indexing on Apache-Test

2003-12-12 Thread Stas Bekman
Randy Kobes wrote: This may be an unsolveable problem, but when using CPAN.pm to explore Apache-Test, some strange things arise: [EMAIL PROTECTED] randy]$ cpan cpan shell -- CPAN exploration and modules installation (v1.76) ReadLine support enabled cpan> m Apache::Test Module id = Apache::Test

Re: [mp2] mod_perl test suite fails

2003-12-12 Thread Volker Kroll
On Fri, 2003-12-12 at 00:32, Stas Bekman wrote: > Can you please try this one: > > % perl -le ' \ > my($uid, $gid) = (getpwnam("nobody"))[2..3]; \ > $( = $) = $gid+0; \ > die "failed to change gid to $gid (now: $(, $))" if $( != $gid; \ > $< = $> = $uid+0; \ > die "failed to

Re: [mp2] mod_perl test suite fails

2003-12-12 Thread Stas Bekman
Volker Kroll wrote: On Fri, 2003-12-12 at 00:32, Stas Bekman wrote: Can you please try this one: % perl -le ' \ my($uid, $gid) = (getpwnam("nobody"))[2..3]; \ $( = $) = $gid+0; \ die "failed to change gid to $gid (now: $(, $))" if $( != $gid; \ $< = $> = $uid+0; \ die "failed to c

Re: [mp2] mod_perl test suite fails

2003-12-12 Thread Volker Kroll
On Fri, 2003-12-12 at 15:36, Stas Bekman wrote: > Volker Kroll wrote: > > On Fri, 2003-12-12 at 00:32, Stas Bekman wrote: > > > >>Can you please try this one: > >> > >> % perl -le ' \ > >>my($uid, $gid) = (getpwnam("nobody"))[2..3]; \ > >>$( = $) = $gid+0; \ > >>die "failed to change

[mp2] apr/finfo test 10 fails on Windows

2003-12-12 Thread Steve Hay
I've just run the mp2 testsuite using the latest CVS version and got one test failure: = >perl t/TEST -verbose apr/finfo.t [...] # Running under perl version 5.008002 for MSWin32 # Current time local: Fri Dec 12 17:36:14 2003 # Current time GMT: Fri Dec 12 17:36:14 2003 # Using Test.pm ver

fyi: mod_perl cvs OK on osx 10.3.1 w/ apache2 2.1.0 head

2003-12-12 Thread OpenMacNews
hi there, just a quick fyi, after building a new system ... a cvs pull of modperl @ 12/11/03 15:19:24 builds just fine on MacOSX10.3.1 + Apache 2.1.0 head (12/11/03 14:36:03) + perl 5.8.2 release 'make test' results in: All tests successful. Files=12, Tests=64, 22 wallcloc

Re: fyi: mod_perl cvs OK on osx 10.3.1 w/ apache2 2.1.0 head

2003-12-12 Thread Geoffrey Young
OpenMacNews wrote: > hi there, > > just a quick fyi, after building a new system ... > > a cvs pull of modperl @ 12/11/03 15:19:24 builds just fine on > >MacOSX10.3.1 + Apache 2.1.0 head (12/11/03 14:36:03) + perl 5.8.2 > release > > 'make test' results in: > >All tests succe

Re: rfc: ModPerl::ModuleSetup

2003-12-12 Thread Geoffrey Young
> Here is Makefile.PL from Apache-Peek, most of which should be moved to > that module. I'm talking about functions: > > satisfy_mp_generation; > satisfy_perl_generation; > wanted_mp_generation; > the outer functions look ok. I'd leave satsify_perl_generation for the users themselves, at least