X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=a741a69a34f253b39b3b55055a1370b39984f1b9;hb=484c9dda865880cd4e1cda8e0117f1d073a6aa7e;hp=125de093d754c584ba1f3affb13e945df49e5056;hpb=944f30bf240a360b7963247945916c6388321b3d;p=dbsrgits%2FDBIx-Class.git diff --git a/Build.PL b/Build.PL index 125de09..a741a69 100644 --- a/Build.PL +++ b/Build.PL @@ -6,11 +6,20 @@ my %arguments = ( license => 'perl', module_name => 'DBIx::Class', requires => { - 'DBI' => 0, - 'NEXT' => 0, - 'SQL::Abstract' => 1.19, - 'DBD::SQLite' => 1.08, - 'Tie::IxHash' => 0, + 'Data::Page' => 0, + '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, + 'Module::Find' => 0, + }, + recommends => { + 'Data::UUID' => 0, }, create_makefile_pl => 'passthrough', create_readme => 1,