Isn't the first object passed the class it self if you use method-style.
The error message seems to say this ;-)
sub handler {
my $self = shift;
my $r= shift;
...
}
Tom
John Russell wrote:
> Hi,
>
> I'm trying to migrate from MP1 to MP2 and having trouble with
>
> get_basic_auth_pw a
Hi,
I'm trying to migrate from MP1 to MP2 and having trouble with
get_basic_auth_pw and note_basic_auth_failure
which can not be found ..
...
AuthName Database
AuthType Basic
PerlAuthenHandler Xdb::AuthOra2->handler
require valid-user
PerlResponseHandler Xdb::Apache