The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

DBIx::Wrapper::Changes - List of significant changes to DBIx::Wrapper

CHANGES

VERSION 0.29

Fixed tests using SQLite

SQLite sometimes fails with a "database locked" error if the db file is opened more than once. This may be because File::Temp is locking the file.

See RT 76411 (https://rt.cpan.org/Public/Bug/Display.html?id=76411)

Documentation fixes

Updated formatting, e.g., variables are now marked as code.