X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=2ff875dee79985cd317e1b86ebf13be235c42306;hb=344e176eac1fefeda799434e9c2e7a0fffa37d50;hp=41039faa64ce5d613937b44bb8d0c8f575d9b1aa;hpb=40af1ba20d91ba52d7b3db23afc0f1b9cafd04aa;p=mafia.git diff --git a/Makefile.PL b/Makefile.PL index 41039fa..2ff875d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,3 +1,4 @@ +use 5.014000; use ExtUtils::MakeMaker; WriteMakefile( @@ -7,20 +8,11 @@ WriteMakefile( AUTHOR => 'Marius Gavrilescu ', MIN_PERL_VERSION => '5.14.0', LICENSE => 'perl', - PREREQ_PM => { - Storable => 0, - }, - BUILD_REQUIRES => { - 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', - } + SIGN => 1, + META_MERGE => { + dynamic_config => 0, + resources => { + repository => 'http://git.ieval.ro/?p=mafia.git', } } );