On Mon, Mar 25, 2013 at 09:36:05AM +0100, Dagfinn Ilmari Mannsåker wrote: > 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 I have merged all these tickets. I haven't yet been hit with inspiration on how to solve the problem whilst preserving the intent of the changes which inadvertently caused it. Nicholas ClarkThread Previous