[CDBI] Annoying errors
Guy Morton <[email protected]> Tue, 15 Apr 2008 17:44:15 +1000
| Newsgroups | gmane.comp.lang.perl.modules.class-dbi |
|---|---|
| Message-ID | <[email protected]> |
Hello list I'm running a Catalyst site under fast CGI and I see lots of this sort of thing in the error logs: Subroutine CDBI::Db::Table::sql_count_search_where redefined at /usr/ local/lib/perl5/site_perl/5.8.8/Ima/DBI.pm line 365. search_count_search_where() already exists at /usr/local/lib/perl5/ site_perl/5.8.8/Class/DBI/Plugin/AbstractCount.pm line 13 I'm using Class::DBI::Loader to dynamically load a database in a Catalyst session. Anyone know why that should cause these errors? Guy