From: Michael G Schwern <mschwern@cpan.org>
Date: Fri, 27 Jul 2007 03:02:07 +0000 (-0700)
Subject: With DBD::SQLite 1.12 there's a bus error in 33storage_reconnect.t
X-Git-Tag: v0.08240~541^2~56
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8e30d3ac3304f69d986340d5d9f6d5489d98f186;p=dbsrgits%2FDBIx-Class.git

With DBD::SQLite 1.12 there's a bus error in 33storage_reconnect.t
and cdbi-t/02-Film.t
---

diff --git a/Makefile.PL b/Makefile.PL
index 91b1b4d..229403a 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -21,7 +21,7 @@ requires 'Scope::Guard'              => 0.03;
 # Perl 5.8.0 doesn't have utf8::is_utf8()
 requires 'Encode'                    => 0 if ($] <= 5.008000);  
 
-build_requires 'DBD::SQLite'         => 1.11;
+build_requires 'DBD::SQLite'         => 1.13;
 build_requires 'Test::Builder'       => 0.33;
 
 install_script 'script/dbicadmin';