guix/perl
Petr Rockai f1e5dedb61 perl: Call loadConfFile() in doInit to avoid screwing sqlite journal mode.
If the database is opened through perl bindings (and even though nix.conf has
use-sqlite-wal set to false), the database is automatically converted into WAL
mode. This makes the next nix process to access the database convert it back to
"truncate". If the database is still open at the time in wal mode by the perl
program, this fails and crashes the nix doing the wal -> truncate conversion.
2013-12-20 13:59:52 +01:00
..
lib/Nix perl: Call loadConfFile() in doInit to avoid screwing sqlite journal mode. 2013-12-20 13:59:52 +01:00
MANIFEST
Makefile.am Out-of-tree building of perl modules. 2012-10-10 10:28:33 -04:00