diff options
author | B. Watson <yalhcru@gmail.com> | 2020-01-19 13:23:18 -0500 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2020-01-19 13:23:18 -0500 |
commit | fdab64c728d172419b3cc3f8a566a3fd134ab366 (patch) | |
tree | 03cda618f473be7ef7e50a2f9d23d69d04c852a2 /sboul | |
parent | b778d09a9b7e1855ba436719ca96a53db5c5df98 (diff) | |
download | sbostuff-fdab64c728d172419b3cc3f8a566a3fd134ab366.tar.gz |
sboul: document requirements in comment
Diffstat (limited to 'sboul')
-rwxr-xr-x | sboul | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |