X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=a3b5baef7fa1b6e2dc8b49c3802c2cba5b53f256;hb=6a94f7f49486ca5ad76cfaf1e380bbb787da7e0e;hp=1035d6c27b5aa892ae278bb00319aae2151c230c;hpb=5d2833051802c5104220231b3d13d72d83c14b13;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/Build.PL b/Build.PL index 1035d6c..a3b5bae 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' => 0, + 'DBI' => 0, + 'UNIVERSAL::require' => 0, + 'Scalar::Util' => 0, + 'SQL::Abstract' => 1.20, + 'SQL::Abstract::Limit' => 0.101, + 'DBD::SQLite' => 1.08, + 'Class::C3' => 0.07, + 'Tie::IxHash' => 0, + 'Module::Find' => 0, + 'Storable' => 0, + # Following for CDBICompat only + 'Class::Trigger' => 0, + 'DBIx::ContextualFetch' => 0, + }, + recommends => { + 'Data::UUID' => 0, }, create_makefile_pl => 'passthrough', create_readme => 1,