Hey there,
I'm loving the idea of tagtime and I'm using it heavily on Android. However I struggle using the Perl-Script for beeminder. When executing
I get the following error:
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.
However I installed the module in cpan using
force install LWP::Protocol::https
(During installation at first some tests failed but with some googling I managed it somehow…). Why does the script still tell me the module is not installed? I'm not really into Perl.
Thanks!