mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-08 06:38:12 -04:00
oops
This commit is contained in:
parent
3eb1a18420
commit
f679a6caf7
1 changed files with 3 additions and 1 deletions
|
@ -6,6 +6,9 @@ BEGIN {
|
||||||
$^W = 1;
|
$^W = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
use DBD::SQLite;
|
||||||
|
use Test::More;
|
||||||
|
|
||||||
BEGIN {
|
BEGIN {
|
||||||
if (!grep /^ENABLE_COLUMN_METADATA/, DBD::SQLite::compile_options()) {
|
if (!grep /^ENABLE_COLUMN_METADATA/, DBD::SQLite::compile_options()) {
|
||||||
plan skip_all => "Column metadata is disabled for this DBD::SQLite";
|
plan skip_all => "Column metadata is disabled for this DBD::SQLite";
|
||||||
|
@ -13,7 +16,6 @@ BEGIN {
|
||||||
}
|
}
|
||||||
|
|
||||||
use t::lib::Test qw/connect_ok @CALL_FUNCS/;
|
use t::lib::Test qw/connect_ok @CALL_FUNCS/;
|
||||||
use Test::More;
|
|
||||||
use Test::NoWarnings;
|
use Test::NoWarnings;
|
||||||
|
|
||||||
plan tests => 16 * @CALL_FUNCS + 1;
|
plan tests => 16 * @CALL_FUNCS + 1;
|
||||||
|
|
Loading…
Add table
Reference in a new issue