Clean up distribution
[app-devbot.git] / Makefile.PL
index 9804782dc0b5d798d15cb21cde9b9e0b763faa91..a83aa865f7d9b078129faec77ce35a590ef4f628 100644 (file)
@@ -1,16 +1,30 @@
-use 5.014002;
+use 5.014000;
 use ExtUtils::MakeMaker;
 
 WriteMakefile(
-  NAME          => 'App::Devbot',
-  VERSION_FROM  => 'lib/App/Devbot.pm',
-  EXE_FILES     => [ 'devbot' ],
-  ABSTRACT_FROM => 'lib/App/Devbot.pm',
-  AUTHOR        => 'Marius Gavrilescu <marius@ieval.ro>',
-  LICENSE       => 'perl',
-  PREREQ_PM     => {
-       'POE::Component::IRC' => 6.37, #6.37 is the version in Debian squeeze. Hope devbot works with 6.37 :-).
-       'IRC::Utils'          => 0,
-       'File::Slurp'         => 0,
-  },
+       NAME             => 'App::Devbot',
+       VERSION_FROM     => 'lib/App/Devbot.pm',
+       EXE_FILES        => [ 'devbot' ],
+       ABSTRACT_FROM    => 'lib/App/Devbot.pm',
+       AUTHOR           => 'Marius Gavrilescu <marius@ieval.ro>',
+       MIN_PERL_VERSION => '5.14.0',
+       LICENSE          => 'perl',
+       SIGN             => 1,
+       PREREQ_PM        => {
+               qw/Getopt::Long 0
+                  POSIX        0
+
+                  File::Slurp                             0
+                  IRC::Utils                              0
+                  POE                                     0
+                  POE::Component::IRC::Plugin::AutoJoin   0
+                  POE::Component::IRC::Plugin::NickServID 0
+                  POE::Component::IRC::State              0/,
+       },
+       META_MERGE       => {
+               dynamic_config => 0,
+               resources      => {
+                       repository => 'https://git.ieval.ro/?p=app-devbot.git'
+               }
+       }
 );
This page took 0.010532 seconds and 4 git commands to generate.