Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 067d2df440e3814f94fc68e4b8920522362283e8
      
https://github.com/Perl/perl5/commit/067d2df440e3814f94fc68e4b8920522362283e8
  Author: Tony Cook <t...@develop-help.com>
  Date:   2023-03-08 (Wed, 08 Mar 2023)

  Changed paths:
    M dist/Time-HiRes/Changes
    M dist/Time-HiRes/t/stat.t

  Log Message:
  -----------
  Time::HiRes: allow not checking atime between stat and lstat

On a system with some sort of filesystem monitor such as a virus
scanner the atime of the file can be modified by that monitor
causing the test to fail.

Testers can set PERL_FILE_ATIME_CHANGES to a true value to avoid
comparing atime between the stat() and lstat() calls.

Fixes #19321


Reply via email to