The libwww-perl collection is a set of Perl modules which provides a simple and consistent application programming interface to the World-Wide Web. The main focus of the library is to provide classes and functions that allow you to write WWW clients. The library also contain modules that are of more general use and even classes that help you implement simple HTTP servers.
The libwww-perl collection is a set of Perl modules which provides a simple and consistent application programming interface to the World-Wide Web. The main focus of the library is to provide classes and functions that allow you to write WWW clients. The library also contain modules that are of more general use and even classes that help you implement simple HTTP servers.
To install p5.30-libwww-perl, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.30-libwww-perl
To see what files were installed by p5.30-libwww-perl, run:
port contents p5.30-libwww-perl
To later upgrade p5.30-libwww-perl, run:
sudo port selfupdate && sudo port upgrade p5.30-libwww-perl
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.