Replace LWP with HTTP::Tiny
[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 => {
182562fe
MG
17 qw/Getopt::Long 0
18 HTML::TreeBuilder 0
e90bc616 19 HTTP::Tiny 0/
182562fe 20 },
000e3496
MG
21 META_ADD => {
22 dynamic_config => 0,
23 resources => {
24 repository => 'http://git.ieval.ro/?p=www-offliberty.git',
25 },
26 }
de48830a 27);
This page took 0.010239 seconds and 4 git commands to generate.