Enable SIGN, add repository
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 16 Aug 2014 21:55:52 +0000 (00:55 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 16 Aug 2014 21:56:11 +0000 (00:56 +0300)
Makefile.PL

index 9fb700d3155c793b11d4b198a998fc5b6e190aa4..f323972a2e866e9c36788ff0333e54bc5641dc34 100644 (file)
@@ -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 <marius@ieval.ro>',
+       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',
+               }
        }
 );
This page took 0.010873 seconds and 4 git commands to generate.