Annoying DBD::SQLite warning is tripping up Test::NoWarnings.
[dbsrgits/DBIx-Class.git] / Makefile.PL
index 573cddf..2fdc3ce 100644 (file)
@@ -32,7 +32,6 @@ requires 'Encode'                    => 0 if ($] <= 5.008000);
 test_requires 'DBD::SQLite'         => 1.13;
 test_requires 'Test::Builder'       => 0.33;
 test_requires 'Test::Warn'          => 0.11;
-test_requires 'Test::NoWarnings'    => 0.08;
 test_requires 'Test::Exception'     => 0;
 
 install_script 'script/dbicadmin';