With DBD::SQLite 1.12 there's a bus error in 33storage_reconnect.t
Michael G Schwern [Fri, 27 Jul 2007 03:02:07 +0000 (20:02 -0700)]
and cdbi-t/02-Film.t

Makefile.PL

index 91b1b4d..229403a 100644 (file)
@@ -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';