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