]> iEval git - poe-component-irc-plugin-logger-irssi.git/blobdiff - Makefile.PL
Add shebang line to test
[poe-component-irc-plugin-logger-irssi.git] / Makefile.PL
index f6d6aa00bc3d0b274eddae2d7c6980f91971f74c..f323972a2e866e9c36788ff0333e54bc5641dc34 100644 (file)
@@ -2,14 +2,17 @@ use 5.014000;
 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',
+       NAME              => 'POE::Component::IRC::Plugin::Logger::Irssi',
+       VERSION_FROM      => 'lib/POE/Component/IRC/Plugin/Logger/Irssi.pm',
        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.020967 seconds and 4 git commands to generate.