Re: patch full of dark magic
"David E. Wheeler" <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.sybase.devel |
|---|---|
| Message-ID | <[email protected]> |
On Aug 9, 2010, at 4:21 PM, Jan Dubois wrote: > On Mon, 09 Aug 2010, David E. Wheeler wrote: >> Tim, I think we're ready for another dev release, especially since I added this test to the MANIFEST. > > Running tests on the latest ActivePerl shows 2 issues: > > 1) t/01basics.t fails to load DBD::Oracle (because I don't have the Oracle client > libraries installed on the test machine). This produces a popup that the user > has to explicitly dismiss. The test then passes without errors. Why does it try to load DBD::Oracle? The DBI has no dependency on any DBDs other than those it ships with. Best, David