Re: Apache->request($r) broken?

2000-09-28 Thread Doug MacEachern
On Thu, 24 Aug 2000, Ken Williams wrote: > Hi all, > > It looks like setting Apache->request($r) doesn't work as documented. I > can't get it to install a subclass of Apache as the request object. > > Here's some code in a handler: > _ >

Apache->request($r) broken?

2000-08-24 Thread Ken Williams
Hi all, It looks like setting Apache->request($r) doesn't work as documented. I can't get it to install a subclass of Apache as the request object. Here's some code in a handler: _ warn "blessing $r into ", __PACKAGE__; Apache->req