use 5.014000; use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Mafia', VERSION_FROM => 'lib/Mafia.pm', ABSTRACT_FROM => 'lib/Mafia.pm', AUTHOR => 'Marius Gavrilescu ', MIN_PERL_VERSION => '5.10.1', LICENSE => 'perl', SIGN => 1, META_MERGE => { dynamic_config => 0, resources => { repository => 'https://git.ieval.ro/?p=mafia.git', } } );