Add perlcritic tests and make code clean
[mafia.git] / Makefile.PL
index 2ff875dee79985cd317e1b86ebf13be235c42306..e1dcb273b305e97c4065ea7d3d95e5678297e1e7 100644 (file)
@@ -6,13 +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,
        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.009518 seconds and 4 git commands to generate.