]> iEval git - www-offliberty.git/blobdiff - Makefile.PL
Update Changes
[www-offliberty.git] / Makefile.PL
index 874f8b586229abd58f625b069a23a4ef57b73c00..36089b8cf904c55f6ac8218f82a6fe74971a5dec 100644 (file)
@@ -1,21 +1,27 @@
 use ExtUtils::MakeMaker;
+use 5.014000;
 
 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,
-       resources      => {
-         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>',
+       EXE_FILES        => ['off'],
+       MIN_PERL_VERSION => '5.14.0',
+       LICENSE          => 'perl',
+       BUILD_REQUIRES    => {
+               qw/LWP::Online 0/,
        },
-  }
+       SIGN             => 1,
+       PREREQ_PM        => {
+               qw/Getopt::Long      0
+                  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.025345 seconds and 4 git commands to generate.