From dbd448818740446658e01651239b6f27a2809589 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sun, 17 Aug 2014 00:55:52 +0300 Subject: [PATCH] Enable SIGN, add repository --- Makefile.PL | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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', + } } ); -- 2.39.2