[guest - Tue Aug 3 14:31:27 2004]:
Show quoted text> The included database does not work with the latest DBD::SQLIte. (as
> of right now is 1.02)
This can be worked around by installing DBD::SQLite2
and patching line 30 of lib/Locale/Object/DB.pm (Locale::Object::DB.pm) to read :
my $dbh = DBI->connect("dbi:SQLite2:dbname=$db", "", "",
That is to use SQLite2 instead of SQLite