in reply to Clarification on Class::DBI wackiness

IIRC, the set_db method has been deprecated. You could try using __PACKAGE__->connection( ... ) instead.

Replies are listed 'Best First'.
Re^2: Clarification on Class::DBI wackiness
by spork (Monk) on Aug 03, 2005 at 16:21 UTC
    Thanks for the advice. I made the change to using connection(), but still get the same results.