From 99ef893e46a2535fa17c78d6dbe718df1aa3a217 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sun, 20 Apr 2014 00:53:02 +0300 Subject: [PATCH] Update Makefile.PL --- Makefile.PL | 33 ++++++++++++++++++++------------- 1 file changed, 20 insertions(+), 13 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 27261d5..16c1212 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,17 +1,24 @@ use ExtUtils::MakeMaker; +use 5.014000; WriteMakefile( - NAME => 'WWW::Search::Torrentz', - VERSION_FROM => 'lib/WWW/Search/Torrentz.pm', - ABSTRACT_FROM => 'lib/WWW/Search/Torrentz.pm', - AUTHOR => 'Marius Gavrilescu ', - MIN_PERL_VERSION => '5.14.0', - LICENSE => 'perl', - PREREQ_PM => { - WWW::Search => 0, - Bit::Vector => 0, - }, - BUILD_REQUIRES => { - WWW::Search::Test => 0, - }, + NAME => 'WWW::Search::Torrentz', + VERSION_FROM => 'lib/WWW/Search/Torrentz.pm', + ABSTRACT_FROM => 'lib/WWW/Search/Torrentz.pm', + AUTHOR => 'Marius Gavrilescu ', + MIN_PERL_VERSION => '5.14.0', + LICENSE => 'perl', + SIGN => 1, + BUILD_REQUIRES => { + qw/WWW::Search::Test 0/, + }, + PREREQ_PM => { + qw/WWW::Search 0/, + }, + META_MERGE => { + dynamic_config => 0, + resources => { + repository => 'https://git.ieval.ro/?p=www-search-torrentz.git' + } + } ); -- 2.30.2