Re: [CDBI] t/15-accessor.t and DBD::SQLite
Nathan Speed <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.class-dbi |
|---|---|
| Message-ID | <[email protected]> |
That was it! Thanks - that was very helpful. Nathan ----- Original Message ----- From: Michael G Schwern <[email protected]> Date: Wednesday, March 7, 2007 7:23 pm Subject: Re: [CDBI] t/15-accessor.t and DBD::SQLite > Nathan Speed wrote: > > Hello, > > > > I am getting a failing test when I try to install Class::DBI > through > > CPAN. The test is normally skipped unless DBD::SQLite is > installed, > > but I wanted to use Class::DBI with SQLite. I get essentially the > > same results on a Fedora Core 6 Linux box and a Mac OS X laptop. > > The test that fails is t/15-accessor.t. I am including a verbose > > transcript. Any help would be appreciated! > > Check your version of DBD::SQLite. 1.13 and CDBI don't get along. > Downgrade to 1.12. > > >