Skip to content
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

Todo

  • tdprunを整理する
    • 結果を描画するには、dotコマンドが必要
      • Linuxにインストールする場合: $ sudo apt install graphviz
Clone this wiki locally