]> iEval git - www-search-torrentz.git/blobdiff - Makefile.PL
Bump version and update Changes
[www-search-torrentz.git] / Makefile.PL
index f7f7dcd2b305b2f1349235ebc2aabc965261bce7..598ec9714ba2fb64fb00e877c51a7c6f506f8894 100644 (file)
@@ -1,16 +1,26 @@
 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 <marius@ieval.ro>',
-  MIN_PERL_VERSION  => '5.14.0',
-  LICENSE           => 'perl',
-  PREREQ_PM         => {
-       WWW::Search => 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 <marius@ieval.ro>',
+       MIN_PERL_VERSION  => '5.14.0',
+       LICENSE           => 'perl',
+       SIGN              => 1,
+       BUILD_REQUIRES    => {
+               qw/WWW::Search::Test 0/,
+       },
+       PREREQ_PM         => {
+               qw/HTML::TreeBuilder 0
+                  URI::Escape       0
+                  WWW::Search       0/,
+       },
+       META_MERGE        => {
+               dynamic_config => 0,
+               resources      => {
+                       repository => 'https://git.ieval.ro/?p=www-search-torrentz.git'
+               }
+       }
 );
This page took 0.016252 seconds and 4 git commands to generate.