Some TODO test revisions prompted by RT#59565
[dbsrgits/DBIx-Class.git] / Makefile.PL
index 43c23f5..0e4341d 100644 (file)
@@ -35,7 +35,7 @@ perl_version '5.008001';
 all_from 'lib/DBIx/Class.pm';
 
 my $build_requires = {
-  'DBD::SQLite'              => '1.25',
+  'DBD::SQLite'              => '1.29',
 };
 
 my $test_requires = {