X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=0c22671e00806e046d1364bdd49aac98c7df1478;hb=033124700cdc89cb9a86cd9da389ea4a31dcf1bf;hp=21b4af0faa06ec83950d4edc91829fa9186cd53b;hpb=110401ea8c032db99434176e5a6c40419799a2fe;p=dbsrgits%2FDBIx-Class.git diff --git a/Build.PL b/Build.PL index 21b4af0..0c22671 100644 --- a/Build.PL +++ b/Build.PL @@ -6,13 +6,20 @@ my %arguments = ( license => 'perl', module_name => 'DBIx::Class', requires => { + 'Data::Page' => 0, 'DBI' => 0, 'UNIVERSAL::require' => 0, 'NEXT' => 0, - 'SQL::Abstract' => 1.19, - 'SQL::Abstract::Limit' => 0.033, + 'Scalar::Util' => 0, + 'SQL::Abstract' => 1.20, + 'SQL::Abstract::Limit' => 0.101, 'DBD::SQLite' => 1.08, 'Tie::IxHash' => 0, + 'Storable' => 0, + 'Module::Find' => 0, + }, + reommends => { + 'Data::UUID' => 0, }, create_makefile_pl => 'passthrough', create_readme => 1,