mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -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;
|
||||
}
|
||||
|
||||
use Test::More tests => 4;
|
||||
|
||||
ok( $] >= 5.00503, 'Perl version is new enough' );
|
||||
use Test::More tests => 3;
|
||||
|
||||
use_ok('DBI');
|
||||
use_ok('DBD::SQLite');
|
||||
|
|
Loading…
Add table
Reference in a new issue