Add perlcritic tests and make code clean
[mafia.git] / Makefile.PL
index fddb4e4769a448c367521e8dec0275584af0b677..e1dcb273b305e97c4065ea7d3d95e5678297e1e7 100644 (file)
@@ -6,20 +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',
        SIGN              => 1,
-       PREREQ_PM         => {
-               qw/Storable 0/,
-       },
-       BUILD_REQUIRES => {
-               qw/File::Basename 0
-                  File::Slurp 0/,
-       },
        META_MERGE         => {
                dynamic_config => 0,
                resources      => {
-                       repository => 'http://git.ieval.ro/?p=mafia.git',
+                       repository => 'https://git.ieval.ro/?p=mafia.git',
                }
        }
 );
This page took 0.010185 seconds and 4 git commands to generate.