Recommend installing LWP::UserAgent::https

This commit is contained in:
qorg11 2020-06-21 16:19:26 +02:00
parent 57dd53d582
commit 7330c757e0
No known key found for this signature in database
GPG Key ID: 343FC20A4ACA62B9
1 changed files with 7 additions and 1 deletions

View File

@ -32,7 +32,13 @@ server
## lainsafecli
lainsafecli is a command line interface for lainsafe. It can be used in whatever that runs Perl. Installation is simple: if you're running Debian install the libwww-perl package. If you are not running Debian, search for that package in your repositories. Or use ```# cpan -i LWP::UserAgent```
lainsafecli is a command line interface for lainsafe. It can be used
in whatever that runs Perl. Installation is simple: if you're running
Debian install the libwww-perl package. If you are not running Debian,
search for that package in your repositories. Or use ```# cpan -i
LWP::UserAgent``` Also LWP::UserAgent::https is needed. In Debian,
install liblwp-protocol-https-perl, in other distros try # cpan -i
LWP::UserAgent
### Installation