On 9/23/07, jk jk <[EMAIL PROTECTED]> wrote: > It was my impression that the most direct method of porting would be to use > Class::Singleton (Apache::Singleton::Request).
It would be, but Apache::Singleton::Request is different from Class::Singleton in that it stores the instance in $r->pnotes instead of in a global variable. Apache::Singleton::Request looks like it already has been ported to mod_perl 2. What was it that didn't work for you? Do you have the latest release? - Perrin
