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
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
+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
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