mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 22:28:47 -04:00
Removed the Perl version test. It's covered by the "use 5.006;" in DBD::SQLite itself
This commit is contained in:
parent
0ae3e8559c
commit
5072b34cb2
1 changed files with 1 additions and 3 deletions
|
@ -9,9 +9,7 @@ BEGIN {
|
||||||
$^W = 1;
|
$^W = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
use Test::More tests => 4;
|
use Test::More tests => 3;
|
||||||
|
|
||||||
ok( $] >= 5.00503, 'Perl version is new enough' );
|
|
||||||
|
|
||||||
use_ok('DBI');
|
use_ok('DBI');
|
||||||
use_ok('DBD::SQLite');
|
use_ok('DBD::SQLite');
|
||||||
|
|
Loading…
Add table
Reference in a new issue