Drop t/00-use.t
[mafia.git] / Makefile.PL
index ebf1e0cc4d14e42cb99fd2009227b7d9fa83b99c..2ff875dee79985cd317e1b86ebf13be235c42306 100644 (file)
@@ -1,26 +1,18 @@
+use 5.014000;
 use ExtUtils::MakeMaker;
 
 WriteMakefile(
-    NAME              => 'Mafia',
-    VERSION_FROM      => 'lib/Mafia.pm',
+       NAME              => 'Mafia',
+       VERSION_FROM      => 'lib/Mafia.pm',
        ABSTRACT_FROM     => 'lib/Mafia.pm',
        AUTHOR            => 'Marius Gavrilescu <marius@ieval.ro>',
        MIN_PERL_VERSION  => '5.14.0',
        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 => 'http://git.ieval.ro/?p=mafia.git',
                }
-         }
        }
 );
This page took 0.009764 seconds and 4 git commands to generate.