X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=e1dcb273b305e97c4065ea7d3d95e5678297e1e7;hb=6a7d850e1b1c4a34f69bac2a99fbb74c32e256df;hp=fddb4e4769a448c367521e8dec0275584af0b677;hpb=8123f08c8fd5bfee03372b93b74f1178d8801666;p=mafia.git diff --git a/Makefile.PL b/Makefile.PL index fddb4e4..e1dcb27 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,20 +6,13 @@ WriteMakefile( VERSION_FROM => 'lib/Mafia.pm', ABSTRACT_FROM => 'lib/Mafia.pm', AUTHOR => 'Marius Gavrilescu ', - 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', } } );