X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=8ecb4895335f2aaa89cd846896a48ebdd387ba0c;hb=5ce32fc1a062a68cccb45863164f65326b69adb9;hp=0853b8fdfefe9fc8195332977017b2826252d4c2;hpb=7fa9bab88b9286598053d43a4a97ed457567ae87;p=dbsrgits%2FDBIx-Class.git diff --git a/Build.PL b/Build.PL index 0853b8f..8ecb489 100644 --- a/Build.PL +++ b/Build.PL @@ -6,14 +6,24 @@ my %arguments = ( license => 'perl', module_name => 'DBIx::Class', requires => { + 'Data::Page' => 0, 'DBI' => 0, '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, + 'Class::C3' => 0.07, 'Tie::IxHash' => 0, + 'Module::Find' => 0, + 'Storable' => 0, + # Following for CDBICompat only + 'Class::Trigger' => 0, + 'DBIx::ContextualFetch' => 0, + 'Class::C3' => 0.05, + }, + recommends => { + 'Data::UUID' => 0, }, create_makefile_pl => 'passthrough', create_readme => 1,