in reply to Re: DBD::SQLite builds but fails tests...
in thread DBD::SQLite builds but fails tests...

the module itself contains a recent version of sqlite. what it "complains" about is that it first checks if a recent version is installed already on the machine. in this case, it looks like its not, so it uses the version integrated into the module
  • Comment on Re^2: DBD::SQLite builds but fails tests...