X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=2ab62b9f285812c86793618c4513cd009583dabf;hb=e7cafd064ec7bd34a68c7e413de15dab258cc2db;hp=c879bf41ec72e185854fc619f3d12d7c7cb5bb27;hpb=049b0c859a41b82a06326f742ab8eb8c84f887f7;p=dbsrgits%2FDBIx-Class.git diff --git a/Build.PL b/Build.PL index c879bf4..2ab62b9 100644 --- a/Build.PL +++ b/Build.PL @@ -10,22 +10,21 @@ my %arguments = ( 'Scalar::Util' => 0, 'SQL::Abstract' => 1.20, 'SQL::Abstract::Limit' => 0.101, - 'Class::C3' => 0.07, + 'Class::C3' => 0.11, 'Storable' => 0, 'Class::Data::Accessor' => 0.01, - 'Carp::Clan' => 0, - }, - build_requires => { - 'DBD::SQLite' => 1.08, + 'Carp::Clan' => 0, 'DBI' => 1.40, - }, - recommends => { - 'Data::UUID' => 0, '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;