Reindent everything
[www-offliberty.git] / Makefile.PL
1 use ExtUtils::MakeMaker;
2
3 WriteMakefile(
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,
14 },
15 META_ADD => {
16 dynamic_config => 0,
17 resources => {
18 repository => 'http://git.ieval.ro/?p=www-offliberty.git',
19 },
20 }
21 );
This page took 0.021207 seconds and 4 git commands to generate.