68inflate_has_a.t tests the cdbi-compat shim and thus belongs in t/cdbi-t
[dbsrgits/DBIx-Class.git] / Makefile.PL
index 2fdc3ce..a5bd70a 100644 (file)
@@ -29,7 +29,7 @@ requires 'Sub::Name'                 => 0.04;
 # Perl 5.8.0 doesn't have utf8::is_utf8()
 requires 'Encode'                    => 0 if ($] <= 5.008000);  
 
-test_requires 'DBD::SQLite'         => 1.13;
+test_requires 'DBD::SQLite'         => 1.14;
 test_requires 'Test::Builder'       => 0.33;
 test_requires 'Test::Warn'          => 0.11;
 test_requires 'Test::Exception'     => 0;