Darin McBride (via RT) <perlbug-followup@perl.org> writes: > This seems to be a regression: > > $ perl5.16.3 -MTime::HiRes -le 'print Time::HiRes::clock_gettime (Time::HiRes::CLOCK_MONOTONIC ())' > 1597643.86352558 > $ perl5.17.10 -MTime::HiRes -le 'print Time::HiRes::clock_gettime (Time::HiRes::CLOCK_MONOTONIC ())' > Time::HiRes::clock_gettime(): unimplemented in this platform at -e line 1. This is caused by the same header problem as: https://rt.perl.org/rt3/Public/Bug/Display.html?id=117319 https://rt.perl.org/rt3/Public/Bug/Display.html?id=116989 -- "The surreality of the universe tends towards a maximum" -- Skud's Law "Never formulate a law or axiom that you're not prepared to live with the consequences of." -- Skud's Meta-LawThread Previous | Thread Next