]> iEval git - www-offliberty.git/blobdiff - Makefile.PL
Minor fixes in Makefile.PL
[www-offliberty.git] / Makefile.PL
index 782f9101addeeed2d53ef7ac5a887c9624482c2e..74979fe2aa3b67fae31b3ae510be8a5f36041668 100644 (file)
@@ -1,21 +1,26 @@
 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>',
+       EXE_FILES        => ['off'],
        MIN_PERL_VERSION => '5.14.0',
        LICENSE          => 'perl',
+       BUILD_REQUIRES    => {
+               qw/Test::RequiresInternet 0/,
+       },
        SIGN             => 1,
        PREREQ_PM        => {
-               HTML::TreeBuilder => 0,
-               LWP::UserAgent => 0,
+               qw/HTML::TreeBuilder 0
+                  HTTP::Tiny        0/,
        },
        META_ADD         => {
                dynamic_config => 0,
                resources      => {
-                       repository   => 'http://git.ieval.ro/?p=www-offliberty.git',
+                       repository   => 'https://git.ieval.ro/?p=www-offliberty.git',
                },
        }
 );
This page took 0.024288 seconds and 4 git commands to generate.