Subject: | Possible file locking issue with SQLite on BSD systems |
The test suite of Catmandu-DBI-0.1 is failing on FreeBSD systems like this:
DBD::SQLite::db do failed: database is locked at /usr/home/eserte/.cpan/build/Catmandu-DBI-0.1-zzbwq9/blib/lib/Catmandu/Store/DBI.pm line 243.
# Failed test 'bag created'
# at t/02-bag.t line 35.
A locking problem together with SQLite indicates that File::Temp was used, but without the EXLOCK option, needed on *BSD systems.