Time::HiRes < 1.91 and glibc 2.4 incompatibility

A long time ago I found a very peculiar timing bug in my open source performance monitoring tool 'collectl' - I discovered that when glibc went from version 2.3 to 2.4 it changed the time resolution from microseconds to nanoseconds, going from 32 bits to 64 bits. It also tuned out at the time the only one to make the move to that newer glibc