List another VC++ 2013 test failure
authorSteve Hay <steve.m.hay@googlemail.com>
Mon, 25 Nov 2013 18:05:33 +0000 (18:05 +0000)
committerSteve Hay <steve.m.hay@googlemail.com>
Mon, 25 Nov 2013 18:05:33 +0000 (18:05 +0000)
commitea5eb3d3ca6e00870adfc543a2364826e1c0f77e
treea0caf33b96be393829b72905ad9feb53c176f196
parent10beeb31a54ccb7c367cf6c53bbacc7ca2f4b2ba
List another VC++ 2013 test failure

The first two happened when in BST but don't happen now, back in GMT; but
lib/File/Copy.t now fails instead!

This is all due to _utime() being broken in VC++ 2013's CRT. Microsoft have
acknowledged there is a regression from previous versions of the CRT in a
support ticket that I logged with them, and will publish a Knowledge Base
article about it in due course.

(Users can workaround it by using the Win32::UTCFileTime module on CPAN,
which exists to fix other (long-standing) issues with _stat() and _utime(),
but also fixes this new breakage too.)
README.win32