X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=651a9d7056cfc4b6fcefb9aa0dc211f0dea5e89e;hb=33ce49d650a60eebc0d9e99d6458239c5e35e70f;hp=fd130ca358a3c26e434ee2db1d5173dd7b831451;hpb=59f8e58434e28bd6005d9dfcca75a0efbb4f49e1;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/Build.PL b/Build.PL index fd130ca..651a9d7 100644 --- a/Build.PL +++ b/Build.PL @@ -11,10 +11,11 @@ my %arguments = ( 'UNIVERSAL::require' => 0, 'NEXT' => 0, 'Scalar::Util' => 0, - 'SQL::Abstract' => 1.19, - 'SQL::Abstract::Limit' => 0.033, + 'SQL::Abstract' => 1.20, + 'SQL::Abstract::Limit' => 0.101, 'DBD::SQLite' => 1.08, 'Tie::IxHash' => 0, + 'Storable' => 0, }, create_makefile_pl => 'passthrough', create_readme => 1,