Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the IO-All CPAN distribution.

Report information
The Basics
Id: 7410
Status: resolved
Priority: 0/
Queue: IO-All

People
Owner: Nobody in particular
Requestors: jdhedden [...] 1979.usna.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.31
Fixed in: (no value)



Subject: stat.t occasionally fails on atime (fix included)
Occasionally the atime test in stat.t will fail because of the clock rolling over to the next second. I recommend changing the line: is($io->atime, $atime); to: ok(($io->atime == $atime) || ($io->atime == ($atime+1))); to accommodate this.