Determine if a time is within the next specified period.
Time::Period is a module that provides the inPeriod method, which takes an argument of a time and a delta from the current time, and returns true if the time is within now + delta, false otherwise. It is used for firing scheduled events--backups, expiration of backups, etc.
Time::Period is a module that provides the inPeriod method, which takes an argument of a time and a delta from the current time, and returns true if the time is within now + delta, false otherwise. It is used for firing scheduled events--backups, expiration of backups, etc.
To install p5.34-time-period, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.34-time-period
To see what files were installed by p5.34-time-period, run:
port contents p5.34-time-period
To later upgrade p5.34-time-period, run:
sudo port selfupdate && sudo port upgrade p5.34-time-period
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.