CC: | ishigaki [...] cpan.org |
Subject: | t/1.t fails (with newest DBD::SQLite?) |
The test suite started to fail on my smoker systems:
...
# Failed test 'notes is text'
# at t/1.t line 28.
# undef
# doesn't match '(?^:text|blob)'
# Failed test 'tasted is a date'
# at t/1.t line 29.
# got: undef
# expected: 'date'
# Failed test 'price is decimal'
# at t/1.t line 30.
# undef
# doesn't match '(?^:^decimal)'
# Failed test 'id is integer'
# at t/1.t line 31.
# undef
# doesn't match '(?^:^int)'
# Failed test 'name is varchar'
# at t/1.t line 32.
# undef
# doesn't match '(?^:^varchar)'
# Looks like you failed 5 tests of 6.
t/1.t ..
Dubious, test returned 5 (wstat 1280, 0x500)
Failed 5/6 subtests
...
It seems that this happens if the latest DBD::SQLite is installed.