On Tue, 27 Dec 2005 4:59 pm, Geoffrey Ferrari wrote:
All of a sudden, I've started getting strange error messages when I
use Apache2::AuthCookie under modperl2.
"StackedHandlers" is not exported by the mod_perl2 module\n
"MethodHandlers" is not exported by the mod_perl2 module\n "Authen" is
I worked around this by changing 'use mod_perl2 qw( StackedHandlers...'
to just 'use modperl2' in AuthCookie2.pm. I don't know if that's the
correct fix but it worked for me. I haven't notified the author of this
but he's on this list, this started happening with 2.0.2 iirc.