X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=7fac43be041cc8c1e886027eb8df3015c9b62294;hb=8dc441df3fcb5dbda2365ebfd2d5f36a4ea84372;hp=995fb9e60b6b6fa9883603ab1ddad7b689bd52ee;hpb=1edd17220a3f0fa2768084572d8ca57cfc2a2fcc;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/Build.PL b/Build.PL index 995fb9e..7fac43b 100644 --- a/Build.PL +++ b/Build.PL @@ -6,20 +6,21 @@ my %arguments = ( license => 'perl', module_name => 'DBIx::Class', requires => { - 'Data::Page' => 0, - 'DBI' => 0, + 'Data::Page' => 2.00, + '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, + 'Module::Find' => 0, + 'Storable' => 0, + 'Class::Data::Accessor' => 0.01, # Following for CDBICompat only 'Class::Trigger' => 0, 'DBIx::ContextualFetch' => 0, - 'Tie::IxHash' => 0, - 'Storable' => 0, - 'Module::Find' => 0, - 'Class::C3' => 0.05, }, recommends => { 'Data::UUID' => 0,