1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00

fixed missing Test::NoWarnings issue

This commit is contained in:
Kenichi Ishigaki 2010-08-27 13:36:11 +00:00
parent 4cea5ffb5d
commit efde739480

View file

@ -6,6 +6,7 @@ BEGIN {
$^W = 1;
}
use t::lib::Test;
use Test::More;
use Test::NoWarnings;