1
0
Fork 0
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:
Adam Kennedy 2010-01-08 10:06:47 +00:00
parent 0ae3e8559c
commit 5072b34cb2

View file

@ -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');