-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Hirokazu Chiba edited this page Jun 14, 2023
·
10 revisions
LWP::Protocol::https
がないため、エラーになることがある。
$ spang endpoint -G
501 Protocol scheme 'https' is not supported (LWP::Protocol::https not installed)
--
LWP will support https URLs if the LWP::Protocol::https module
is installed.
=> cpanm
等を使って、Perlモジュールをインストールする。
$ cpanm LWP::Protocol::https
- tdprunを整理する
- 結果を描画するには、dotコマンドが必要
- Linuxにインストールする場合:
$ sudo apt install graphviz
- Linuxにインストールする場合:
- 結果を描画するには、dotコマンドが必要