X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=a919ccc6199784d80e105cabd792d91e61e29204;hb=af8b962fc3f82104ee7067165e3b32a650603220;hp=125de093d754c584ba1f3affb13e945df49e5056;hpb=944f30bf240a360b7963247945916c6388321b3d;p=dbsrgits%2FDBIx-Class.git diff --git a/Build.PL b/Build.PL index 125de09..a919ccc 100644 --- a/Build.PL +++ b/Build.PL @@ -1,21 +1,3 @@ -use strict; -use Module::Build; - -my %arguments = ( - create_makefile_pl => 'passthrough', - license => 'perl', - module_name => 'DBIx::Class', - requires => { - 'DBI' => 0, - 'NEXT' => 0, - 'SQL::Abstract' => 1.19, - 'DBD::SQLite' => 1.08, - 'Tie::IxHash' => 0, - }, - create_makefile_pl => 'passthrough', - create_readme => 1, - test_files => [ glob('t/*.t'), glob('t/*/*.t') ] -); - -Module::Build->new(%arguments)->create_build_script; - +# Dear Distribution Packager. This use of require is intentional. +# Module::Install detects Build.PL usage and acts accordingly. +require 'Makefile.PL';