Jonathan wrote:
doing some searches online, I found some issues with mod_perl and Class::DBI from about a year ago -- does anyone know if they're still around or if they've been solved?
They were solved back then. You do have to override the connection handling when using Class::DBI with mod_perl. There is code on the wiki.
also, does anyone know about dbix::class under mod_perl?
That should work fine, and so should Rose::DB::Object. I'd suggest trying one of those.
- Perrin