about summary refs log tree commit homepage
path: root/lib/PublicInbox/LeiCurl.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-02-10 07:07:48 +0000
committerEric Wong <e@80x24.org>2021-02-10 19:21:37 +0000
commitcb28429e2de5bd86dce66b3c5a1238e3e0985491 (patch)
tree3b3042c19b19cedddf59f47e09bb9e5738646364 /lib/PublicInbox/LeiCurl.pm
parent16e016a3dddce6e65c7b69e4f4fd4b7e65b9ccc7 (diff)
downloadpublic-inbox-cb28429e2de5bd86dce66b3c5a1238e3e0985491.tar.gz
I don't know if it's worth it to use libcurl directly
(nor the effort to support and maintain tests)
Diffstat (limited to 'lib/PublicInbox/LeiCurl.pm')
-rw-r--r--lib/PublicInbox/LeiCurl.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/PublicInbox/LeiCurl.pm b/lib/PublicInbox/LeiCurl.pm
index f346a1b4..3a79fbf8 100644
--- a/lib/PublicInbox/LeiCurl.pm
+++ b/lib/PublicInbox/LeiCurl.pm
@@ -2,6 +2,8 @@
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 
 # common option and torsocks(1) wrapping for curl(1)
+# Eventually, we may support using libcurl via Inline::C and/or
+# WWW::Curl; but curl(1) is most prevalent and widely-installed.
 package PublicInbox::LeiCurl;
 use strict;
 use v5.10.1;