Remove leftover use from the SIGSEGV trapping days
[dbsrgits/DBIx-Class.git] / Makefile.PL
index 43c23f5..fad044a 100644 (file)
@@ -1,7 +1,6 @@
 use inc::Module::Install 1.00;
 use strict;
 use warnings;
-use POSIX ();
 
 use 5.008001;
 
@@ -35,7 +34,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 = {