Depend on Bit::Vector
[www-search-torrentz.git] / Makefile.PL
CommitLineData
e605ae0f
MG
1use ExtUtils::MakeMaker;
2
3WriteMakefile(
4 NAME => 'WWW::Search::Torrentz',
5 VERSION_FROM => 'lib/WWW/Search/Torrentz.pm',
6 ABSTRACT_FROM => 'lib/WWW/Search/Torrentz.pm',
7 AUTHOR => 'Marius Gavrilescu <marius@ieval.ro>',
8 MIN_PERL_VERSION => '5.14.0',
9 LICENSE => 'perl',
10 PREREQ_PM => {
11 WWW::Search => 0,
e86e8b30 12 Bit::Vector => 0,
e605ae0f
MG
13 },
14 BUILD_REQUIRES => {
15 WWW::Search::Test => 0,
16 },
17);
This page took 0.009398 seconds and 4 git commands to generate.