Initial commit
[www-search-coveralia.git] / Makefile.PL
CommitLineData
a97b490d
MG
1use 5.014000;
2use ExtUtils::MakeMaker;
3
4WriteMakefile(
5 NAME => 'WWW::Search::Coveralia',
6 VERSION_FROM => 'lib/WWW/Search/Coveralia.pm',
7 ABSTRACT_FROM => 'lib/WWW/Search/Coveralia.pm',
8 AUTHOR => 'Marius Gavrilescu <marius@ieval.ro>',
9 MIN_PERL_VERSION => '5.14.0',
10 LICENSE => 'perl',
11 SIGN => 1,
12 BUILD_REQUIRES => {
13 qw/WWW::Search::Test 0/
14 },
15 PREREQ_PM => {
16 qw/HTML::TreeBuilder 0
17 List::MoreUtils 0
18 PerlX::Maybe 0
19 WWW::Search 0/
20 },
21 META_ADD => {
22 dynamic_config => 0,
23 resources => {
24 repository => 'http://git.ieval.ro/?p=www-search-coveralia.git',
25 }
26 }
27);
This page took 0.010017 seconds and 4 git commands to generate.