aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2020-01-19 13:23:18 -0500
committerB. Watson <yalhcru@gmail.com>2020-01-19 13:23:18 -0500
commitfdab64c728d172419b3cc3f8a566a3fd134ab366 (patch)
tree03cda618f473be7ef7e50a2f9d23d69d04c852a2
parentb778d09a9b7e1855ba436719ca96a53db5c5df98 (diff)
downloadsbostuff-fdab64c728d172419b3cc3f8a566a3fd134ab366.tar.gz
sboul: document requirements in comment
-rwxr-xr-xsboul2
1 files changed, 2 insertions, 0 deletions
diff --git a/sboul b/sboul
index 85a847e..eb3bff2 100755
--- a/sboul
+++ b/sboul
@@ -5,6 +5,8 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
# run with no arguments for usage instructions.
+# requires perl/perl-LWP-Protocol-https (and all its deps including libwwwperl)
+
use LWP;
use Getopt::Std;