X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=e1dcb273b305e97c4065ea7d3d95e5678297e1e7;hb=07cf0f1b38822c3194bcbe81ced61c171fba76cd;hp=ebf1e0cc4d14e42cb99fd2009227b7d9fa83b99c;hpb=f1171346f4edc9a7617c66ebf9d4c7fa993f0ba6;p=mafia.git diff --git a/Makefile.PL b/Makefile.PL index ebf1e0c..e1dcb27 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', + MIN_PERL_VERSION => '5.10.1', 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 => 'https://git.ieval.ro/?p=mafia.git', } - } } );