Subject: | Test failures on all BSD systems (locking problems?) |
http://matrix.cpantesters.org/?dist=SQLite_File-0.02 shows that the test
suite fails on all BSD systems. This is usually an indication that a
temporary file generated by File::Temp was used for testing with SQLite.
File::Temp turns on locking on *BSD system, which conflicts with
SQLite's own locking. There's an option to turn off locking, please
refer to the File::Temp documentation.
Regards,
Slaven