]> iEval git - www-offliberty.git/blobdiff - Makefile.PL
Use Test::RequiresInternet instead of LWP::Online
[www-offliberty.git] / Makefile.PL
index 7f399966758b27cf2a26c9519089795216a4bb01..a123b4058170c9468a514297f503c867ad13931f 100644 (file)
@@ -9,6 +9,9 @@ WriteMakefile(
        EXE_FILES        => ['off'],
        MIN_PERL_VERSION => '5.14.0',
        LICENSE          => 'perl',
+       BUILD_REQUIRES    => {
+               qw/Test::RequiresInternet 0/,
+       },
        SIGN             => 1,
        PREREQ_PM        => {
                qw/Getopt::Long      0
This page took 0.0189 seconds and 4 git commands to generate.