Recommend installing LWP::UserAgent::https
This commit is contained in:
parent
57dd53d582
commit
7330c757e0
1 changed files with 7 additions and 1 deletions
|
@ -32,7 +32,13 @@ server
|
||||||
|
|
||||||
## lainsafecli
|
## 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
|
### Installation
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue