Update Makefile.PL
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 29 Mar 2014 22:51:46 +0000 (00:51 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 29 Mar 2014 22:51:46 +0000 (00:51 +0200)
Makefile.PL

index d7c296edf957e91882a5cf7642b16fe899aa66cc..83211284c478dc8625d91b06ba39a56e37da37f9 100644 (file)
@@ -1,18 +1,26 @@
+use 5.014000;
 use ExtUtils::MakeMaker;
 
 WriteMakefile(
-  NAME             => 'POE::Component::IRC::Plugin::Seen',
-  VERSION_FROM     => 'lib/POE/Component/IRC/Plugin/Seen.pm',
-  ABSTRACT_FROM    => 'lib/POE/Component/IRC/Plugin/Seen.pm',
-  AUTHOR           => 'Marius Gavrilescu <marius@ieval.ro>',
-  LICENSE          => 'perl',
-  MIN_PERL_VERSION => 5.014000,
-  PREREQ_PM        => {
-       DB_File                     => 0,
-       POE::Component::IRC::Plugin => 0,
-       IRC::Utils                  => 0.05,
-  },
-  BUILD_REQUIRES => {
-       Test::MockObject            => 0,
-  }
+       NAME             => 'POE::Component::IRC::Plugin::Seen',
+       VERSION_FROM     => 'lib/POE/Component/IRC/Plugin/Seen.pm',
+       ABSTRACT_FROM    => 'lib/POE/Component/IRC/Plugin/Seen.pm',
+       AUTHOR           => 'Marius Gavrilescu <marius@ieval.ro>',
+       MIN_PERL_VERSION => 5.014000,
+       LICENSE          => 'perl',
+       SIGN             => 1,
+       BUILD_REQUIRES   => {
+               qw/Test::MockObject 0/,
+       },
+       PREREQ_PM        => {
+               qw/DB_File                     0
+                  POE::Component::IRC::Plugin 0
+                  IRC::Utils                  0.05/,
+       },
+       META_MERGE       => {
+               dynamic_config => 0,
+               resources      => {
+                       repository => 'https://git.ieval.ro/?p=poe-component-irc-plugin-seen.git',
+               }
+       }
 );
This page took 0.010159 seconds and 4 git commands to generate.