X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=Makefile.PL;h=0e4341d0cea153ef48927ec6293d0192dad783aa;hp=43c23f5758c29e377c86e01b3d3c79011d9dded6;hb=b9df8e39d03e6da167b2598f6ee70fb16c069112;hpb=c271eec382194b5c1b50931ef07c652e7ea653d2 diff --git a/Makefile.PL b/Makefile.PL index 43c23f5..0e4341d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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 = {