X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=2ba9d223e06691ed4dbc8cb060c9a0b8bb0e5b31;hb=21c45f7bbd6b55a7f83e27ae845efdd1a32fa1c7;hp=b54876b1c4e994db6fa89cd1582571006dd2ccb4;hpb=aeaf3ce2ab5d86cbdaca6857f5ee3c9cea3f1fd6;p=dbsrgits%2FDBIx-Class.git diff --git a/Build.PL b/Build.PL index b54876b..2ba9d22 100644 --- a/Build.PL +++ b/Build.PL @@ -6,16 +6,26 @@ my %arguments = ( license => 'perl', module_name => 'DBIx::Class', requires => { - 'DBI' => 0, - 'UNIVERSAL::require' => 0, - 'NEXT' => 0, - 'SQL::Abstract::Limit' => 0.033, - 'DBD::SQLite' => 1.08, - 'Tie::IxHash' => 0, + 'Cwd' => 3.19, + 'Data::Page' => 2.00, + 'Scalar::Util' => 0, + 'SQL::Abstract' => 1.20, + 'SQL::Abstract::Limit' => 0.101, + 'Class::C3' => 0.13, + '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;