tosh has asked for the wisdom of the Perl Monks concerning the following question:
Then in apache.confpackage MyAuthDBI; use base "Apache::AuthDBI"; 1;
I'm getting the following error:PerlModule MyAuthDBI <Location /test> AuthType Basic PerlAuthenHandler MyAuthDBI::authen ... </Location>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Subclassing Apache::AuthDBI
by tosh (Scribe) on Dec 08, 2009 at 22:14 UTC |