From 8123f08c8fd5bfee03372b93b74f1178d8801666 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sun, 17 Aug 2014 00:11:17 +0300 Subject: [PATCH] Disable dynamic_config and enable SIGN --- Makefile.PL | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 41039fa..fddb4e4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,3 +1,4 @@ +use 5.014000; use ExtUtils::MakeMaker; WriteMakefile( @@ -7,20 +8,18 @@ WriteMakefile( AUTHOR => 'Marius Gavrilescu ', MIN_PERL_VERSION => '5.14.0', LICENSE => 'perl', + SIGN => 1, PREREQ_PM => { - Storable => 0, + qw/Storable 0/, }, BUILD_REQUIRES => { - File::Basename => 0, - File::Slurp => 0, + qw/File::Basename 0 + File::Slurp 0/, }, - META_ADD => { - resources => { - repository => { - url => 'http://git.ieval.ro/git/mafia.git', - web => 'http://git.ieval.ro/?p=mafia.git', - type => 'git', - } + META_MERGE => { + dynamic_config => 0, + resources => { + repository => 'http://git.ieval.ro/?p=mafia.git', } } ); -- 2.30.2