Reduce Perl dependency to 5.10.1
[mafia.git] / Makefile.PL
index fddb4e4769a448c367521e8dec0275584af0b677..f78c2187c2cc53560b0e36a986ad273e4da147c6 100644 (file)
@@ -6,16 +6,9 @@ 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',
        SIGN              => 1,
-       PREREQ_PM         => {
-               qw/Storable 0/,
-       },
-       BUILD_REQUIRES => {
-               qw/File::Basename 0
-                  File::Slurp 0/,
-       },
        META_MERGE         => {
                dynamic_config => 0,
                resources      => {
This page took 0.010014 seconds and 4 git commands to generate.