about summary refs log tree commit homepage
path: root/lib/PublicInbox/TestCommon.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-09-09 21:34:36 +0000
committerEric Wong <e@80x24.org>2021-09-10 03:06:15 +0000
commit3847f6d2f1aabcace84951bbd6efabd6b1ce05d5 (patch)
tree8d0868ce5f3ccff0fce01fcdaa3ee7a3d51ca976 /lib/PublicInbox/TestCommon.pm
parentae3dbfe36d53b0f12a03b075db03519d0e232baf (diff)
downloadpublic-inbox-3847f6d2f1aabcace84951bbd6efabd6b1ce05d5.tar.gz
The "#" prefix should prevent it from being too alarming if
a dependency is expected to be missing, but still useful if a
dependency is misconfigured.
Diffstat (limited to 'lib/PublicInbox/TestCommon.pm')
-rw-r--r--lib/PublicInbox/TestCommon.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/PublicInbox/TestCommon.pm b/lib/PublicInbox/TestCommon.pm
index 83dcf650..2e3e9ecc 100644
--- a/lib/PublicInbox/TestCommon.pm
+++ b/lib/PublicInbox/TestCommon.pm
@@ -144,6 +144,7 @@ sub require_mods {
                         eval "require $mod";
                 }
                 if ($@) {
+                        diag "require $mod: $@";
                         push @need, $mod;
                 } elsif ($mod eq 'IO::Socket::SSL' &&
                         # old versions of IO::Socket::SSL aren't supported