X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=f323972a2e866e9c36788ff0333e54bc5641dc34;hb=dbd448818740446658e01651239b6f27a2809589;hp=9fb700d3155c793b11d4b198a998fc5b6e190aa4;hpb=9a6fbcf16794283ce9d51befa66414f686410814;p=poe-component-irc-plugin-logger-irssi.git 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', + } } );