Minor fixes in Makefile.PL
[www-offliberty.git] / Makefile.PL
CommitLineData
de48830a 1use ExtUtils::MakeMaker;
182562fe 2use 5.014000;
de48830a
MG
3
4WriteMakefile(
000e3496
MG
5 NAME => 'WWW::Offliberty',
6 VERSION_FROM => 'lib/WWW/Offliberty.pm',
7 ABSTRACT_FROM => 'lib/WWW/Offliberty.pm',
8 AUTHOR => 'Marius Gavrilescu <marius@ieval.ro>',
182562fe 9 EXE_FILES => ['off'],
000e3496
MG
10 MIN_PERL_VERSION => '5.14.0',
11 LICENSE => 'perl',
045faed6 12 BUILD_REQUIRES => {
09f254ed 13 qw/Test::RequiresInternet 0/,
045faed6 14 },
000e3496
MG
15 SIGN => 1,
16 PREREQ_PM => {
c73fe05d
MG
17 qw/HTML::TreeBuilder 0
18 HTTP::Tiny 0/,
19 },
000e3496
MG
20 META_ADD => {
21 dynamic_config => 0,
22 resources => {
c73fe05d 23 repository => 'https://git.ieval.ro/?p=www-offliberty.git',
000e3496
MG
24 },
25 }
de48830a 26);
This page took 0.011328 seconds and 4 git commands to generate.