X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=995fb9e60b6b6fa9883603ab1ddad7b689bd52ee;hb=8294874d21acf4dfc75765a0359ffd2d0f9c016b;hp=3da7a5f969dcf11050a34f54d2f891e8e4eabafd;hpb=6eec750187325f9ff6f97c7c9df654a36402b3e5;p=dbsrgits%2FDBIx-Class.git diff --git a/Build.PL b/Build.PL index 3da7a5f..995fb9e 100644 --- a/Build.PL +++ b/Build.PL @@ -6,10 +6,23 @@ my %arguments = ( license => 'perl', module_name => 'DBIx::Class', requires => { - 'DBI' => 0, - 'NEXT' => 0, - 'DBD::SQLite' => 1.08, - 'Tie::IxHash' => 0, + 'Data::Page' => 0, + 'DBI' => 0, + 'UNIVERSAL::require' => 0, + 'Scalar::Util' => 0, + 'SQL::Abstract' => 1.20, + 'SQL::Abstract::Limit' => 0.101, + 'DBD::SQLite' => 1.08, + # 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, }, create_makefile_pl => 'passthrough', create_readme => 1,