Re: Apache2::Cookie - can't find cookie_clas.al

2005-05-20 Thread Andrew Wyllie
Joe Schaefer wrote: Andrew Wyllie <[EMAIL PROTECTED]> writes: my $jar = Apache2::Cookie::Jar->new( $r, VALUE_CLASS => "Alta::Cookies::Cookie" ); Oops, looks like I b0rked that API in 2.05. Here's the preferred aproach now: my $req = APR::Request::Apache2->handle($r); my $jar = $req-

Re: Apache2::Cookie - can't find cookie_clas.al

2005-05-19 Thread Joe Schaefer
Andrew Wyllie <[EMAIL PROTECTED]> writes: > my $jar = Apache2::Cookie::Jar->new( $r, VALUE_CLASS => > "Alta::Cookies::Cookie" ); Oops, looks like I b0rked that API in 2.05. Here's the preferred aproach now: my $req = APR::Request::Apache2->handle($r); my $jar = $req->jar; $jar->cook