On 3/1/07, Martijn <[EMAIL PROTECTED]> wrote:
But then it still didn't work, until for some reason I changed PerlAuthenHandler MyRoot::Testing->autologin to PerlAuthenHandler MyRoot::Testing::autologin
Don't forget to mark autologin as a method. In mod_perl 2, that means adding a sub attribute of "method" to it. - Perrin