]> iEval git - www-offliberty.git/blobdiff - Makefile.PL
Add off script
[www-offliberty.git] / Makefile.PL
index 782f9101addeeed2d53ef7ac5a887c9624482c2e..7f399966758b27cf2a26c9519089795216a4bb01 100644 (file)
@@ -1,17 +1,20 @@
 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',
        SIGN             => 1,
        PREREQ_PM        => {
-               HTML::TreeBuilder => 0,
-               LWP::UserAgent => 0,
-       },
+               qw/Getopt::Long      0
+                  HTML::TreeBuilder 0
+                  LWP::UserAgent    0/
+                },
        META_ADD         => {
                dynamic_config => 0,
                resources      => {
This page took 0.024756 seconds and 4 git commands to generate.