LWP::UserAgent::Cached is yet another LWP::UserAgent subclass with cache support. It stores cache in the files on local filesystem and if response already available in the cache returns it instead of making HTTP request.
LWP::UserAgent::Cached is yet another LWP::UserAgent subclass with cache support. It stores cache in the files on local filesystem and if response already available in the cache returns it instead of making HTTP request.
To install p5.30-lwp-useragent-cached, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.30-lwp-useragent-cached
To see what files were installed by p5.30-lwp-useragent-cached, run:
port contents p5.30-lwp-useragent-cached
To later upgrade p5.30-lwp-useragent-cached, run:
sudo port selfupdate && sudo port upgrade p5.30-lwp-useragent-cached
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.