summaryrefslogtreecommitdiff
path: root/t/load-sqlite.t
blob: 786091e5570e5e5b6ec8c30ad9fb3c2a2885e5de (plain)
1
2
3
4
5
BEGIN { $| = 1; print "1..1\n"; }
END {print "not ok 1\n" unless $loaded;}
use DBIx::DBSchema::DBD::SQLite;
$loaded = 1;
print "ok 1\n";