summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Fiegehenn <simbabque@cpan.org>2023-04-30 09:03:00 +0100
committerOlaf Alders <olaf@wundersolutions.com>2023-04-30 10:07:44 +0200
commita651c7323184f1652ffec29c56becdb45085c38b (patch)
tree9fac4b1f4e8799f23b74474b914f280798854600
parent590f574c9572298c0e399dde34d95d92f2b2af41 (diff)
downloaduri-a651c7323184f1652ffec29c56becdb45085c38b.tar.gz
don't test with LWP::Curl because it's properly broken
-rw-r--r--xt/dependent-modules.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/xt/dependent-modules.t b/xt/dependent-modules.t
index 8ff3964..7cd2f84 100644
--- a/xt/dependent-modules.t
+++ b/xt/dependent-modules.t
@@ -5,7 +5,7 @@ use Test::Needs qw( Test::DependentModules );
use Test::DependentModules qw( test_modules );
use Test::More;
-my @modules = ('LWP::Curl');
+my @modules = ('WWW::Mechanize');
SKIP: {
skip '$ENV{TEST_DEPENDENTS} not set', scalar @modules