Use LWP::Online in network test
[www-offliberty.git] / Makefile.PL
index 7f399966758b27cf2a26c9519089795216a4bb01..36089b8cf904c55f6ac8218f82a6fe74971a5dec 100644 (file)
@@ -9,6 +9,9 @@ WriteMakefile(
        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
This page took 0.008765 seconds and 4 git commands to generate.