From e08782681d61109129cce63c85c89bd1c1d666da Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Thu, 2 Jan 2014 12:49:44 +0200 Subject: [PATCH] SIGN => 1 and META_MERGE repository and dynamic_config --- Makefile.PL | 7 +++++++ 1 file changed, 7 insertions(+) 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, + } ); -- 2.30.2