Zero functional changes, simply executed the following:
find . -name '*.t' -exec perl -0777 -p -i -e 's|^use t::lib::SQLiteTest|use lib "t/lib";\nuse SQLiteTest|m' {} +
Also had to do a manual (but identical) fix in t/01_compile.t
A typo in the version number in `t/59_extended_result_codes.t`
causes test to be skipped. In the test file, 3.7.11 is encoded
as `3071100`. The correct construction is `3007011`.
See also https://www.nu42.com/2015/11/tests-never-ran.html