[3] Mac OS X は clock_gettime
を実装していないため、
2016年3月よりも前の Time::HiRes
では実行時エラーとなります。
[4] Bug #78656 for Time-HiRes: Patch: OSX clock_getres() and clock_gettime() support () <https://rt.cpan.org/Public/Bug/Display.html?id=78656>
[5] Bug #128972 for perl5: Build failure on OS X 10.12 Sierra () <https://rt.perl.org/Public/Bug/Display.html?id=128972>
[6] #52012 (perl5.24: build error on Sierra (use of undeclared identifier 'darwin_time_mutex')) – MacPorts () <https://trac.macports.org/ticket/52012>
[7] Time::HiRes: fix Darwins with clock_gettime (mistydemeo著, ) <https://github.com/Perl/perl5/commit/2d41a263c0e09e6dfabecd28212d7e80b42dc3e6>
[9] time
を上書きすると普通の time
が高精度になって便利なんですが、
コードをコピペしていると高精度のつもりが標準の低精度のになってたりして、
思わぬ不具合の原因で危険でもあるんですよねぇ。