From bfc4b98616bc3911bebedaa3ee5fc396b591e912 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Mon, 21 May 2012 16:17:21 +0200 Subject: [PATCH] build: replace deprecated create_makefile_pl by configure_requires --- Build.PL | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Build.PL b/Build.PL index e4cea73..f5bae6b 100755 --- a/Build.PL +++ b/Build.PL @@ -17,11 +17,14 @@ Module::Build->new( 'File::Temp' => 0, 'Test::NoWarnings' => 0, }, + configure_requires => { + 'Module::Build' => 0.38, + }, meta_merge => { resources => { repository => 'git://git.shiar.nl/file-rewrite', }, }, - create_makefile_pl => 'passthrough', + create_makefile_pl => 'small', )->create_build_script; -- 2.30.0