1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00
This commit is contained in:
Kenichi Ishigaki 2013-05-31 13:38:27 +09:00
parent 9b5dfb52e7
commit d7dea79eb6

View file

@ -7,7 +7,7 @@ BEGIN {
}
use t::lib::Test;
use Test::More tests;
use Test::More;
BEGIN {
if ( $] >= 5.008005 ) {
plan( tests => 29 * 2 + 1 );