X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=8dbb25abe1143291001cdb469c1dea2908b8209d;hb=d0f1e63fe2ca04b775a826afb5f029202745f6e8;hp=abf93cf7b7edd1d9152cd07cbae8f4bbdf9be58a;hpb=bafb55ee4374f955457f6973eb5f0ace9f3ad73b;p=dbsrgits%2FDBIx-Class.git diff --git a/Build.PL b/Build.PL index abf93cf..8dbb25a 100644 --- a/Build.PL +++ b/Build.PL @@ -6,17 +6,23 @@ my %arguments = ( license => 'perl', module_name => 'DBIx::Class', requires => { - 'Data::Page' => 0, - 'DBI' => 0, - 'UNIVERSAL::require' => 0, - 'NEXT' => 0, + 'Data::Page' => 2.00, 'Scalar::Util' => 0, 'SQL::Abstract' => 1.20, 'SQL::Abstract::Limit' => 0.101, - 'DBD::SQLite' => 1.08, - 'Tie::IxHash' => 0, + 'Class::C3' => 0.07, 'Storable' => 0, + 'Class::Data::Accessor' => 0.01, + 'Carp::Clan' => 0, + 'DBI' => 1.40, + }, + build_requires => { + 'DBD::SQLite' => 1.11, + }, + recommends => { + 'Data::UUID' => 0, 'Module::Find' => 0, + 'Class::Inspector' => 0, }, create_makefile_pl => 'passthrough', create_readme => 1,