The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.