X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=3a2a75bf368f902dee21893db7e19f8096b3e1ba;hb=fc69fea6a8923cb40755446f1bb914174f53114c;hp=8ecb4895335f2aaa89cd846896a48ebdd387ba0c;hpb=234bf47f2e3164c246ec8a459567af7ddf6949cb;p=dbsrgits%2FDBIx-Class.git diff --git a/Build.PL b/Build.PL index 8ecb489..3a2a75b 100644 --- a/Build.PL +++ b/Build.PL @@ -6,24 +6,22 @@ my %arguments = ( license => 'perl', module_name => 'DBIx::Class', requires => { - 'Data::Page' => 0, - 'DBI' => 0, - 'UNIVERSAL::require' => 0, + 'Data::Page' => 2.00, '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, - 'Class::C3' => 0.05, + 'Class::Data::Accessor' => 0.01, + 'Carp::Clan' => 0, + 'DBI' => 1.40, + }, + build_requires => { + 'DBD::SQLite' => 1.11, }, recommends => { 'Data::UUID' => 0, + 'Module::Find' => 0, }, create_makefile_pl => 'passthrough', create_readme => 1,