X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=a5f50527754e4d983039fa7cdd1e8437d9bfe67d;hb=af9120b08177e0549800dbadc963302d73f1e48f;hp=ab17675ea36b9d0382b7cf989766c6ca71fcb91a;hpb=e338251bec21568f78a72f89ddb009a4edba8edb;p=dbsrgits%2FDBIx-Class-Tree.git diff --git a/Build.PL b/Build.PL index ab17675..a5f5052 100644 --- a/Build.PL +++ b/Build.PL @@ -1,5 +1,6 @@ use strict; use Module::Build; +use Module::Build::Compat; my %arguments = ( create_makefile_pl => 'passthrough', @@ -15,5 +16,5 @@ my %arguments = ( test_files => [ glob('t/*.t'), glob('t/*/*.t') ] ); -Module::Build->new(%arguments)->create_build_script; +Module::Build->new(%arguments)->create_build_script();