From: Rafael Kitover Date: Thu, 25 Feb 2010 14:08:48 +0000 (-0500) Subject: bump DBD::SQLite dep X-Git-Tag: 0.06000~76 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=83d82c02ed2850b19cdbc86946daec3f9a78ba3c;p=dbsrgits%2FDBIx-Class-Schema-Loader.git bump DBD::SQLite dep --- diff --git a/Makefile.PL b/Makefile.PL index 5524a97..d18e89b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,7 +6,7 @@ all_from 'lib/DBIx/Class/Schema/Loader.pm'; test_requires 'Test::Exception'; test_requires 'Test::More' => '0.94'; test_requires 'DBI' => '1.56'; -test_requires 'DBD::SQLite' => '1.12'; +test_requires 'DBD::SQLite' => '1.29'; test_requires 'File::Copy'; test_requires 'File::Temp' => '0.16'; test_requires 'File::Path' => '2.07';