Add off script
[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',
12 SIGN => 1,
13 PREREQ_PM => {
182562fe
MG
14 qw/Getopt::Long 0
15 HTML::TreeBuilder 0
16 LWP::UserAgent 0/
17 },
000e3496
MG
18 META_ADD => {
19 dynamic_config => 0,
20 resources => {
21 repository => 'http://git.ieval.ro/?p=www-offliberty.git',
22 },
23 }
de48830a 24);
This page took 0.011121 seconds and 4 git commands to generate.