X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=2ff875dee79985cd317e1b86ebf13be235c42306;hb=7200814d1861036d91fcaacbb5d05b3322754fe9;hp=ebf1e0cc4d14e42cb99fd2009227b7d9fa83b99c;hpb=f1171346f4edc9a7617c66ebf9d4c7fa993f0ba6;p=mafia.git diff --git a/Makefile.PL b/Makefile.PL index ebf1e0c..2ff875d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,26 +1,18 @@ +use 5.014000; use ExtUtils::MakeMaker; WriteMakefile( - NAME => 'Mafia', - VERSION_FROM => 'lib/Mafia.pm', + NAME => 'Mafia', + VERSION_FROM => 'lib/Mafia.pm', ABSTRACT_FROM => 'lib/Mafia.pm', 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', } - } } );