Subject: | Easier subclassing of Apache2::AuthCookie |
Hi Michael,
Thanks for the quick release of the pkg to support mp2 RC5. I use the Apache::AuthCookieDBI which relies on your package. It has not been migrated yet but I'm considering do it. Since it subclasses your module, I was looking through the changes.
One thing that struck me as I read over the README is that it would make it easier for subclasses of your module to support the mp2 version if the API didn't change so much. Would it be possible to have a setter/getter for the request object? I could then set the request object in the BEGIN section of AuthCookieDBI and not have to modify any of the calls to the AuthCookie APIs. I'm more of a CGI programmer than a mod_perl programmer so don't know if this suggestion is practical or not.
Thanks,
William