]> iEval git - www-offliberty.git/blobdiff - Makefile.PL
Reindent everything
[www-offliberty.git] / Makefile.PL
index 2dd02e04e42ae04ee272bd3712ef2fa92997e4f6..782f9101addeeed2d53ef7ac5a887c9624482c2e 100644 (file)
@@ -1,19 +1,21 @@
 use ExtUtils::MakeMaker;
 
 WriteMakefile(
-  NAME             => 'WWW::Offliberty',
-  VERSION_FROM     => 'lib/WWW/Offliberty.pm',
-  ABSTRACT_FROM    => 'lib/WWW/Offliberty.pm',
-  AUTHOR           => 'Marius Gavrilescu <marius@ieval.ro>',
-  MIN_PERL_VERSION => '5.14.0',
-  LICENSE          => 'perl',
-  SIGN             => 1,
-  PREREQ_PM        => {
-       HTML::TreeBuilder => 0,
-       LWP::UserAgent => 0,
-  },
-  META_ADD         => {
-       dynamic_config => 0,
-       repository     => 'http://git.ieval.ro/?p=www-offliberty.git'
-  }
+       NAME             => 'WWW::Offliberty',
+       VERSION_FROM     => 'lib/WWW/Offliberty.pm',
+       ABSTRACT_FROM    => 'lib/WWW/Offliberty.pm',
+       AUTHOR           => 'Marius Gavrilescu <marius@ieval.ro>',
+       MIN_PERL_VERSION => '5.14.0',
+       LICENSE          => 'perl',
+       SIGN             => 1,
+       PREREQ_PM        => {
+               HTML::TreeBuilder => 0,
+               LWP::UserAgent => 0,
+       },
+       META_ADD         => {
+               dynamic_config => 0,
+               resources      => {
+                       repository   => 'http://git.ieval.ro/?p=www-offliberty.git',
+               },
+       }
 );
This page took 0.021233 seconds and 4 git commands to generate.