Add perlcritic tests and make code clean
[mafia.git] / Makefile.PL
index 41039faa64ce5d613937b44bb8d0c8f575d9b1aa..e1dcb273b305e97c4065ea7d3d95e5678297e1e7 100644 (file)
@@ -1,3 +1,4 @@
+use 5.014000;
 use ExtUtils::MakeMaker;
 
 WriteMakefile(
@@ -5,22 +6,13 @@ WriteMakefile(
        VERSION_FROM      => 'lib/Mafia.pm',
        ABSTRACT_FROM     => 'lib/Mafia.pm',
        AUTHOR            => 'Marius Gavrilescu <marius@ieval.ro>',
-       MIN_PERL_VERSION  => '5.14.0',
+       MIN_PERL_VERSION  => '5.10.1',
        LICENSE           => 'perl',
-       PREREQ_PM         => {
-               Storable => 0,
-       },
-       BUILD_REQUIRES => {
-               File::Basename => 0,
-               File::Slurp => 0,
-       },
-       META_ADD => {
-               resources => {
-                       repository => {
-                               url => 'http://git.ieval.ro/git/mafia.git',
-                               web => 'http://git.ieval.ro/?p=mafia.git',
-                               type => 'git',
-                       }
+       SIGN              => 1,
+       META_MERGE         => {
+               dynamic_config => 0,
+               resources      => {
+                       repository => 'https://git.ieval.ro/?p=mafia.git',
                }
        }
 );
This page took 0.009746 seconds and 4 git commands to generate.