Versions of Perl's time functions which work beyond 2038
On many computers, Perl's time functions will not work past the year 2038. This is a design fault in the underlying C libraries Perl uses. Time::y2038 provides replacements for those functions which will work accurately +/1 142 million years.
On many computers, Perl's time functions will not work past the year 2038. This is a design fault in the underlying C libraries Perl uses. Time::y2038 provides replacements for those functions which will work accurately +/1 142 million years.
To install p5.30-time-y2038, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.30-time-y2038
To see what files were installed by p5.30-time-y2038, run:
port contents p5.30-time-y2038
To later upgrade p5.30-time-y2038, run:
sudo port selfupdate && sudo port upgrade p5.30-time-y2038
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.