Do not depend on LWP
[www-backpacktf.git] / Makefile.PL
index 6d4a2b77a965f7917a53f598625ec61223d88a81..d08e328a741d43fa8a1ee6c5c98a8d9d3adda62e 100644 (file)
@@ -11,11 +11,10 @@ WriteMakefile(
        SIGN              => 1,
        PREREQ_PM         => {
                qw/JSON::MaybeXS 0
-                  LWP::Simple 0
                   PerlX::Maybe 0/,
        },
        BUILD_REQUIRES    => {
-               qw/LWP::Online 0/,
+               qw/Test::RequiresInternet 0/,
        },
        META_MERGE        => {
                dynamic_config => 0,
This page took 0.009077 seconds and 4 git commands to generate.