From: Marius Gavrilescu Date: Thu, 2 Jan 2014 10:49:44 +0000 (+0200) Subject: SIGN => 1 and META_MERGE repository and dynamic_config X-Git-Tag: 0.003001~2 X-Git-Url: http://git.ieval.ro/?p=app-musicexpo.git;a=commitdiff_plain;h=e08782681d61109129cce63c85c89bd1c1d666da SIGN => 1 and META_MERGE repository and dynamic_config --- 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, + } );