Re: Trying to track down bug in DBD::Multi
Dan <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.sybase.devel |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
On Aug 11, 11:46 am, [email protected] (Jens Rehsack) wrote: > But you do not need any of the features provided by DBD::File > or DBI::DBD::SqlEngine - you can avoid deriving from both and > derive directly from DBD::_::* by calling DBI->setup_driver > somewhere in your DBD::Multi module. I think I have this solution working now. I just sent DBD::Multi 0.16 to CPAN. It's passing all regression tests again. So, I'll assume this fix is valid until somebody tells me it isn't. Thanks for all the help, -Dan