Re: [mp2] porting older mp2 code to 2.0.0 - I'm stuck with params from apreq!

[prev] [thread] [next] [Date index for 2005/05/22]

From: Carl Brewer
Subject: Re: [mp2] porting older mp2 code to 2.0.0 - I'm stuck with params from apreq!
Date: 00:58 on 22 May 2005
Carl Brewer wrote:
> 

If I'd looked in :
docs/html/group__apreq__xs__request.html

I'd have seen that all I needed to do was to
change

use Apache::Request;
to
use Apache2::Request;

and
my $req = Apache::Request->new($r);
to
my $req = Apache2::Request->new($r);

and it would have just worked!


Mea Culpa

Carl

Re: [mp2] porting older mp2 code to 2.0.0 - I'm stuck with params from apreq!
Carl Brewer 00:58 on 22 May 2005

Generated at 15:53 on 25 May 2005 by mariachi v0.52