Don't depend on non-core modules
[mafia.git] / Makefile.PL
CommitLineData
8123f08c 1use 5.014000;
f1171346
MG
2use ExtUtils::MakeMaker;
3
4WriteMakefile(
40af1ba2
MG
5 NAME => 'Mafia',
6 VERSION_FROM => 'lib/Mafia.pm',
f1171346
MG
7 ABSTRACT_FROM => 'lib/Mafia.pm',
8 AUTHOR => 'Marius Gavrilescu <marius@ieval.ro>',
9 MIN_PERL_VERSION => '5.14.0',
10 LICENSE => 'perl',
8123f08c 11 SIGN => 1,
8123f08c
MG
12 META_MERGE => {
13 dynamic_config => 0,
14 resources => {
15 repository => 'http://git.ieval.ro/?p=mafia.git',
f1171346 16 }
f1171346
MG
17 }
18);
This page took 0.009738 seconds and 4 git commands to generate.