X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=db515d420d6e6419acdf67b5de7965e3ecd3e326;hb=289ba852733fc488dc43cd474f47780f7fa1771e;hp=651a9d7056cfc4b6fcefb9aa0dc211f0dea5e89e;hpb=f156b7a3f01a989c372d685fe69b31ef9891315d;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/Build.PL b/Build.PL index 651a9d7..db515d4 100644 --- a/Build.PL +++ b/Build.PL @@ -6,16 +6,23 @@ my %arguments = ( license => 'perl', module_name => 'DBIx::Class', requires => { - 'Data::Page' => 0, - 'DBI' => 0, + 'Data::Page' => 2.00, + 'DBI' => 1.40, 'UNIVERSAL::require' => 0, - 'NEXT' => 0, 'Scalar::Util' => 0, 'SQL::Abstract' => 1.20, 'SQL::Abstract::Limit' => 0.101, 'DBD::SQLite' => 1.08, - 'Tie::IxHash' => 0, + 'Class::C3' => 0.07, + 'Tie::IxHash' => 0, + 'Module::Find' => 0, 'Storable' => 0, + 'Class::Data::Accessor' => 0.01, + # Following for CDBICompat only + 'Carp::Clan' => 0, + }, + recommends => { + 'Data::UUID' => 0, }, create_makefile_pl => 'passthrough', create_readme => 1,