Re: Perl does not support utime with nanosecond resolution

2019-05-17 Thread Sven Joachim
On 2019-05-17 15:44 +0200, Steve Keller wrote: > The Perl module Time::HiRes in Debian stretch does support nanosecond > resolution for stat() but not for utime(), although Linux has the > utimensat() system call providing that function. > > $ cat /etc/debian_version > 9.9 > $ perl -e

Perl does not support utime with nanosecond resolution

2019-05-17 Thread Steve Keller
The Perl module Time::HiRes in Debian stretch does support nanosecond resolution for stat() but not for utime(), although Linux has the utimensat() system call providing that function. $ cat /etc/debian_version 9.9 $ perl -e "use Time::HiRes qw(stat);" $ perl -e "use Time::HiRes