X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=7fac43be041cc8c1e886027eb8df3015c9b62294;hb=3b7992e1c5b0281d1efe07186372d6d214ab3c42;hp=da41963ed2876442eda12ed36adf721c278c9b9f;hpb=3c0068c1b295fc61b9af96da469c9f3e2471f503;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/Build.PL b/Build.PL index da41963..7fac43b 100644 --- a/Build.PL +++ b/Build.PL @@ -7,14 +7,14 @@ my %arguments = ( module_name => 'DBIx::Class', requires => { 'Data::Page' => 2.00, - 'DBI' => 0, + 'DBI' => 1.40, 'UNIVERSAL::require' => 0, 'Scalar::Util' => 0, 'SQL::Abstract' => 1.20, 'SQL::Abstract::Limit' => 0.101, 'DBD::SQLite' => 1.08, 'Class::C3' => 0.07, - 'Tie::IxHash' => 0, + 'Tie::IxHash' => 0, 'Module::Find' => 0, 'Storable' => 0, 'Class::Data::Accessor' => 0.01,