I was installing perl-5.10.1 on OSX version 10.5.8 and ran into an issue with the atime changing in one of the tests that thought that it would remain constant. # Failed test '... and must match normal stat' # at ./lib/File/stat.t line 81. # got: '234881029 115270 33133 1 77694 5000 0 15777 1262298284 1249423575 1262296432 4096 32' # expected: '234881029 115270 33133 1 77694 5000 0 15777 1262298322 1249423575 1262296432 4096 32' Looking at the test, it seems like it is skipped on a few operating systems. Has anyone else seen similar problems with installs on Macs or do I just have a freakish system?Thread Next