Re: cvs commit: modperl-2.0 Changes

2003-02-13 Thread Geoffrey Young
Geoffrey Young wrote: +package Apache::Connection; + +# auth_type and user records don't exist in 2.0 conn_rec struct +# 'PerlOptions +GlobalRequest' is required +sub auth_type { Apache->request->auth_type } +sub user { Apache->request->user } + 1; __END__ I

[Fwd: MakeMaker Is DOOMED!]

2003-02-13 Thread Stas Bekman
Something to consider for mod_perl 2.0. Even though it'll create a dependency on Module::Build. Any takers? Original Message Subject: MakeMaker Is DOOMED! Date: Thu, 13 Feb 2003 01:30:56 -0800 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED] Tonite at Portland.p

Re: cvs commit: modperl-2.0 Changes

2003-02-13 Thread Geoffrey Young
+package Apache::Connection; + +# auth_type and user records don't exist in 2.0 conn_rec struct +# 'PerlOptions +GlobalRequest' is required +sub auth_type { Apache->request->auth_type } +sub user { Apache->request->user } + 1; __END__ I think this may need a bit

Re: Problem with mod_perl-1.99_08 and perl-5.8.0 under OSX

2003-02-13 Thread A . Bergman
On onsdag, feb 12, 2003, at 23:31 Europe/Stockholm, Stas Bekman wrote: A.Bergman wrote: On onsdag, feb 12, 2003, at 00:57 Europe/Stockholm, Stas Bekman wrote: A.Bergman wrote: On fredag, feb 7, 2003, at 01:13 Europe/Stockholm, A. Bergman wrote: Getting some weird coredumps, recompile with