X-Git-Url: http://git.ieval.ro/?p=app-musicexpo.git;a=blobdiff_plain;f=Makefile.PL;h=e47de2012029f1a0ebd5b5f55672a235ce2347e5;hp=31d11bc204def2b89612bc743644b02a44663835;hb=e08782681d61109129cce63c85c89bd1c1d666da;hpb=b2f791f6dac6a71ce09b99ed249875febb4d1006 diff --git a/Makefile.PL b/Makefile.PL index 31d11bc..e47de20 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,8 +13,15 @@ WriteMakefile( 'Ogg::Vorbis::Header::PurePerl' => 0, }, MIN_PERL_VERSION => 5.014, + SIGN => 1, EXE_FILES => [ 'musicexpo' ], LICENSE => 'perl', ABSTRACT_FROM => 'lib/App/MusicExpo.pm', AUTHOR => 'Marius Gavrilescu ', + META_MERGE => { + resources => { + repository => 'http://git.ieval.ro/?p=app-musicexpo.git' + }, + dynamic_config => 0, + } );