X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=f1d2ad8687ea6786067a013b1b253681f553f21a;hb=cb561d1a7f53ab9a2e505d86c64cfc6977b4db78;hp=7fac43be041cc8c1e886027eb8df3015c9b62294;hpb=cb5f2eeaf536e93839c858bc02da9573e926e4f2;p=dbsrgits%2FDBIx-Class.git diff --git a/Build.PL b/Build.PL index 7fac43b..f1d2ad8 100644 --- a/Build.PL +++ b/Build.PL @@ -7,23 +7,22 @@ my %arguments = ( module_name => 'DBIx::Class', requires => { 'Data::Page' => 2.00, - 'DBI' => 1.40, - '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, + 'Class::C3' => 0.11, 'Storable' => 0, 'Class::Data::Accessor' => 0.01, - # Following for CDBICompat only - 'Class::Trigger' => 0, - 'DBIx::ContextualFetch' => 0, + '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,