X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=2ab62b9f285812c86793618c4513cd009583dabf;hb=88de38fac94d622b612059c7d7a8c09a3ccf416b;hp=21b4af0faa06ec83950d4edc91829fa9186cd53b;hpb=110401ea8c032db99434176e5a6c40419799a2fe;p=dbsrgits%2FDBIx-Class.git diff --git a/Build.PL b/Build.PL index 21b4af0..2ab62b9 100644 --- a/Build.PL +++ b/Build.PL @@ -6,17 +6,25 @@ my %arguments = ( license => 'perl', module_name => 'DBIx::Class', requires => { - 'DBI' => 0, - 'UNIVERSAL::require' => 0, - 'NEXT' => 0, - 'SQL::Abstract' => 1.19, - 'SQL::Abstract::Limit' => 0.033, - 'DBD::SQLite' => 1.08, - 'Tie::IxHash' => 0, + 'Data::Page' => 2.00, + 'Scalar::Util' => 0, + 'SQL::Abstract' => 1.20, + 'SQL::Abstract::Limit' => 0.101, + 'Class::C3' => 0.11, + 'Storable' => 0, + 'Class::Data::Accessor' => 0.01, + 'Carp::Clan' => 0, + 'DBI' => 1.40, + 'Module::Find' => 0, + 'Class::Inspector' => 0, + }, + build_requires => { + 'DBD::SQLite' => 1.11, }, create_makefile_pl => 'passthrough', create_readme => 1, - test_files => [ glob('t/*.t'), glob('t/*/*.t') ] + test_files => [ glob('t/*.t'), glob('t/*/*.t') ], + script_files => [ glob('script/*') ], ); Module::Build->new(%arguments)->create_build_script;