[bug#60807] [PATCH 1/2] mtime: use Time::HiRes::stat when available for subsecond resolution
Karl Berry <[email protected]> Sat, 14 Jan 2023 14:52:47 -0700
| Newsgroups | gmane.comp.sysutils.automake.patches |
|---|---|
| Message-ID | <[email protected]> |
+my $have_time_hires = eval { require Time::HiRes; };
I don't object. Although if there's no speed up in practice, I wonder if
it's worth the extra code (simple-enough though it is). -k