X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=9a288b8e7a913998f3f615ac80e5082d5fa96675;hb=91fa659e479fec2f148dad9084b14017915cc553;hp=a741a69a34f253b39b3b55055a1370b39984f1b9;hpb=c1124f1989c22df397a89045734e2876d15c395c;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/Build.PL b/Build.PL index a741a69..9a288b8 100644 --- a/Build.PL +++ b/Build.PL @@ -6,17 +6,21 @@ my %arguments = ( license => 'perl', module_name => 'DBIx::Class', requires => { - 'Data::Page' => 0, + 'Data::Page' => 2.00, 'DBI' => 0, 'UNIVERSAL::require' => 0, - 'NEXT' => 0, 'Scalar::Util' => 0, 'SQL::Abstract' => 1.20, 'SQL::Abstract::Limit' => 0.101, 'DBD::SQLite' => 1.08, - 'Tie::IxHash' => 0, - 'Storable' => 0, + '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, }, recommends => { 'Data::UUID' => 0,