The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Test-SQLite

0.0207 2020-01-14 08:43:58
    - Improve documentation again!

0.0206 2020-01-13 21:40:36
    - Clean up code slightly.
    - Improve documentation.

0.0205 2020-01-13 21:07:12
    - Improve documentation.

0.0204 2020-01-13 20:49:41
    - Use constants in the test instead of repeated variables.
    - Collect tests into subtest sections.
    - Improve documentation.

0.0203 2020-01-13 19:10:13
    - Test that the temporary db is unlinked when out of scope.

0.0202 2020-01-13 15:20:18
    - Skip blank lines in the schema SQL.
    - Test and use the db_attrs attribute.

0.0201 2020-01-13 14:06:10
    - Improve SQL schema line ending regular expression.
    - Reorganize SYNOPSIS code.

0.0200 2020-01-13 01:44:20
    - Remove unused code.
    - Add user specification of the DBI connection attributes.

0.0106 2020-01-12 23:53:18
    - Ignore dsn, dbh and _database attributes in the constructor.

0.0105 2020-01-12 19:38:03
    - Improve documentation again!
    - Add handy error messages if the schema or database files don't exist.
    - Add DBD::SQLite to the prereqs to satisfy cpantesters.

0.0104 2020-01-12 19:09:30
    - Improve documentation.
    - Add failure and test for no schema or database given.

0.0103 2020-01-12 15:27:52
    - Improve documentation.
    - Clean up module and test code a bit.

0.0102 2020-01-12 14:30:09
    - Remove redundant NAME section.

0.0101 2020-01-12 14:11:57
    - Improve documentation.
    - Remove unused code.
    - Reuse the ->dsn when building the ->dbh.

0.0100 2020-01-12 13:56:21
    - Tweaked heavily based on suggestions from KP.
    - Mint by Dist::Zilla.