automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#60807] [PATCH 1/2] mtime: use Time::HiRes::stat when available for


From: Karl Berry
Subject: [bug#60807] [PATCH 1/2] mtime: use Time::HiRes::stat when available for subsecond resolution
Date: Sat, 14 Jan 2023 14:52:47 -0700

    +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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]