Sometimes when testing the behavior of a webserver it is important to be able to space out your requests in order to simulate a person reading, thinking (or sleeping) at the keyboard. WWW::Mechanize::Sleepy subclasses WWW::Mechanize to provide pauses between your server requests. Use it just like you would use WWW::Mechanize.
Sometimes when testing the behavior of a webserver it is important to be able to space out your requests in order to simulate a person reading, thinking (or sleeping) at the keyboard. WWW::Mechanize::Sleepy subclasses WWW::Mechanize to provide pauses between your server requests. Use it just like you would use WWW::Mechanize.
To install p5.34-www-mechanize-sleepy, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.34-www-mechanize-sleepy
To see what files were installed by p5.34-www-mechanize-sleepy, run:
port contents p5.34-www-mechanize-sleepy
To later upgrade p5.34-www-mechanize-sleepy, run:
sudo port selfupdate && sudo port upgrade p5.34-www-mechanize-sleepy
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.