Reindent everything
[www-offliberty.git] / Makefile.PL
CommitLineData
de48830a
MG
1use ExtUtils::MakeMaker;
2
3WriteMakefile(
000e3496
MG
4 NAME => 'WWW::Offliberty',
5 VERSION_FROM => 'lib/WWW/Offliberty.pm',
6 ABSTRACT_FROM => 'lib/WWW/Offliberty.pm',
7 AUTHOR => 'Marius Gavrilescu <marius@ieval.ro>',
8 MIN_PERL_VERSION => '5.14.0',
9 LICENSE => 'perl',
10 SIGN => 1,
11 PREREQ_PM => {
12 HTML::TreeBuilder => 0,
13 LWP::UserAgent => 0,
1b79c06a 14 },
000e3496
MG
15 META_ADD => {
16 dynamic_config => 0,
17 resources => {
18 repository => 'http://git.ieval.ro/?p=www-offliberty.git',
19 },
20 }
de48830a 21);
This page took 0.009967 seconds and 4 git commands to generate.