summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Fiegehenn <simbabque@cpan.org>2023-04-30 14:17:31 +0100
committerOlaf Alders <olaf@wundersolutions.com>2023-04-30 15:20:11 +0200
commit7f510b0a254ac7ce832d97c792f43cf38dcc64c9 (patch)
treea56091c5edf3bef9ca206adb108ef85e32927e27
parenta651c7323184f1652ffec29c56becdb45085c38b (diff)
downloaduri-7f510b0a254ac7ce832d97c792f43cf38dcc64c9.tar.gz
use a simpler module to test downstream compat
We tried this with WWW::Mechanize but it kept hanging forever in the github action. This one works, and it makes little difference which one it is.
-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 7cd2f84..09af7b4 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 = ('WWW::Mechanize');
+my @modules = ('HTTP::Message');
SKIP: {
skip '$ENV{TEST_DEPENDENTS} not set', scalar @modules