]> iEval git - poe-component-irc-plugin-infobot.git/blobdiff - Makefile.PL
Respond to !forget, even if unaddressed
[poe-component-irc-plugin-infobot.git] / Makefile.PL
index 91055ce2809750e9a00424582da9adf918769970..3528150c400cfe324136b840eaff824e57f493a1 100644 (file)
@@ -1,18 +1,26 @@
+use 5.014000;
 use ExtUtils::MakeMaker;
 
 WriteMakefile(
-  NAME              => 'POE::Component::IRC::Plugin::Infobot',
-  VERSION_FROM      => 'lib/POE/Component/IRC/Plugin/Infobot.pm',
-  ABSTRACT_FROM     => 'lib/POE/Component/IRC/Plugin/Infobot.pm',
-  AUTHOR            => 'Marius Gavrilescu <marius@ieval.ro>',
-  LICENSE           => 'perl',
-  MIN_PERL_VERSION  => '5.14.0',
-  META_ADD          => {
-       dynamic_config  => 0,
-  },
-  PREREQ_PM         => {
-       POE::Component::IRC::Plugin => 0,
-       IRC::Utils => 0.12,
-       DB_File => 0.
-  },
+       NAME              => 'POE::Component::IRC::Plugin::Infobot',
+       VERSION_FROM      => 'lib/POE/Component/IRC/Plugin/Infobot.pm',
+       ABSTRACT_FROM     => 'lib/POE/Component/IRC/Plugin/Infobot.pm',
+       AUTHOR            => 'Marius Gavrilescu <marius@ieval.ro>',
+       MIN_PERL_VERSION  => '5.14.0',
+       LICENSE           => 'perl',
+       SIGN              => 1,
+       PREREQ_PM         => {
+               qw/POE::Component::IRC::Plugin 0
+                  IRC::Utils                  0.12
+                  DB_File                     0/,
+       },
+       BUILD_REQUIRES      => {
+               qw/Test::MockObject 0/,
+       },
+       META_MERGE          => {
+               dynamic_config  => 0,
+               resources       => {
+                       repository  => 'http://git.ieval.ro/?p=poe-component-irc-plugin-infobot.git',
+               }
+       },
 );
This page took 0.016565 seconds and 4 git commands to generate.