Update Makefile.PL
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 19 Apr 2014 21:53:02 +0000 (00:53 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 19 Apr 2014 21:53:02 +0000 (00:53 +0300)
Makefile.PL

index 27261d5f6c894f7a05d33072c307162f297c8ace..16c1212c000e5eab8f9fdeeddfdf5755c09baf88 100644 (file)
@@ -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 <marius@ieval.ro>',
-  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 <marius@ieval.ro>',
+       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'
+               }
+       }
 );
This page took 0.010869 seconds and 4 git commands to generate.