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:
parent
4cea5ffb5d
commit
efde739480
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use Test::More;
|
||||
use Test::NoWarnings;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue