X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=8dbb25abe1143291001cdb469c1dea2908b8209d;hb=dec2517f954b8c6053570a6b5ecf08fbaf1a2bc2;hp=1035d6c27b5aa892ae278bb00319aae2151c230c;hpb=5d2833051802c5104220231b3d13d72d83c14b13;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/Build.PL b/Build.PL index 1035d6c..8dbb25a 100644 --- a/Build.PL +++ b/Build.PL @@ -6,9 +6,23 @@ my %arguments = ( license => 'perl', module_name => 'DBIx::Class', requires => { - 'DBI' => 0, - 'NEXT' => 0, - 'DBD::SQLite' => 1.08 + 'Data::Page' => 2.00, + 'Scalar::Util' => 0, + 'SQL::Abstract' => 1.20, + 'SQL::Abstract::Limit' => 0.101, + '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,