LWP::Protocol::https - SSL support for libwww-perl
The LWP::Protocol::https module used to be bundled with p5-libwww-perl, but it was unbundled in v6.02 so that dependencies could be declared properly. Ports that need https support can just declare their dependency on p5-lwp-protocol-https and will no longer need to know what underlying modules to install.
The LWP::Protocol::https module used to be bundled with p5-libwww-perl, but it was unbundled in v6.02 so that dependencies could be declared properly. Ports that need https support can just declare their dependency on p5-lwp-protocol-https and will no longer need to know what underlying modules to install.
To install p5.32-lwp-protocol-https, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.32-lwp-protocol-https
To see what files were installed by p5.32-lwp-protocol-https, run:
port contents p5.32-lwp-protocol-https
To later upgrade p5.32-lwp-protocol-https, run:
sudo port selfupdate && sudo port upgrade p5.32-lwp-protocol-https
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.