in reply to Re^2: 'unsupported file format' in DBD::SQLite
in thread 'unsupported file format' in DBD::SQLite

The newer versions of the module use SQLite 3. According to the change file, and if I read that correctly, any module version >= 1.00 should do. I think DBD::SQlite 1.10 or 1.11 would be best, as these module versions use the same db engine version as yours.
  • Comment on Re^3: 'unsupported file format' in DBD::SQLite