X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=a919ccc6199784d80e105cabd792d91e61e29204;hb=8432aecad1e05ec49a269c98aec6ad432bbe4de4;hp=b54876b1c4e994db6fa89cd1582571006dd2ccb4;hpb=aeaf3ce2ab5d86cbdaca6857f5ee3c9cea3f1fd6;p=dbsrgits%2FDBIx-Class.git diff --git a/Build.PL b/Build.PL index b54876b..a919ccc 100644 --- a/Build.PL +++ b/Build.PL @@ -1,22 +1,3 @@ -use strict; -use Module::Build; - -my %arguments = ( - create_makefile_pl => 'passthrough', - 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, - }, - 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';