Subject: | KiokuDB::Backend::Hash has no ->search() method |
Date: | Fri, 24 Jul 2009 14:32:59 +0200 |
To: | bug-kiokudb [...] rt.cpan.org |
From: | Max Maischein <corion [...] cpan.org> |
Hello Yuval,
it seems that KiokuDB::Backend::Hash does not implement a ->search()
method, which makes KiokuDB currently unusable on Windows for me. I
would hope that KiokuDB::Backend::Hash was identical to
KiokuDB::Backend::DBI at the API level so one could switch between the two.
Unfortunately, KiokuDB::Backend::DBI is currently not an option because
it has missing undeclared prerequisites like SQL::Translator and even
when installing these, it fails with a huge backtrace (see separate CPAN
testers report).
-max