Subject: | AutoIncrement Simple not compatible with DBD::CSV |
Date: | Sat, 18 Jun 2011 19:55:47 -0400 |
To: | bug-Class-DBI-AutoIncrement [...] rt.cpan.org |
From: | Colin <cpan [...] spyderz.net> |
I am trying to install Class::DBI::AutoIncrement::Simple to use with DBD::CSV database, but the t/csv.t test fails with the following error.
Can't locate object method "select_row" via package "DBI::st" at /usr/local/share/perl/5.10.1/Class/DBI.pm line 857.
All google searches have pointed towards a RootClass => 'DBIx::ContextualFetch' type solution, but that has not worked for me.
Linux walter-laptop 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:50 UTC 2011 i686 athlon i386 GNU/Linux
perl v5.10.1
AI Simple 0.02
DBD::CSV 0.31
I have also tried on a redhat machine, not totally sure the version.
This may be a DBD::CSV issue, but I don't know. Let me know what I can do to help you solve this.
-Colin