From: Marius Gavrilescu Date: Sat, 16 Aug 2014 21:55:52 +0000 (+0300) Subject: Enable SIGN, add repository X-Git-Tag: 0.001002~2 X-Git-Url: http://git.ieval.ro/?p=poe-component-irc-plugin-logger-irssi.git;a=commitdiff_plain;h=dbd448818740446658e01651239b6f27a2809589 Enable SIGN, add repository --- diff --git a/Makefile.PL b/Makefile.PL index 9fb700d..f323972 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,12 +4,15 @@ use ExtUtils::MakeMaker; WriteMakefile( NAME => 'POE::Component::IRC::Plugin::Logger::Irssi', VERSION_FROM => 'lib/POE/Component/IRC/Plugin/Logger/Irssi.pm', - PREREQ_PM => {}, - MIN_PERL_VERSION => '5.14.0', ABSTRACT_FROM => 'lib/POE/Component/IRC/Plugin/Logger/Irssi.pm', AUTHOR => 'Marius Gavrilescu ', + MIN_PERL_VERSION => '5.14.0', LICENSE => 'perl', - META_ADD => { - dynamic_config => 0, + SIGN => 1, + META_MERGE => { + dynamic_config => 0, + resources => { + repository => 'http://git.ieval.ro/?p=poe-component-irc-plugin-logger-irssi.git', + } } );