In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/78add018a01221839c23f0cfecc3110bb28d038f?hp=fa884b76985b07640a9b8df4736d532e0273f13f>

- Log -----------------------------------------------------------------
commit 78add018a01221839c23f0cfecc3110bb28d038f
Author: Steve Hay <[email protected]>
Date:   Tue Jan 7 18:10:05 2014 +0000

    Add link to MS article about broken _utime() in VC++ 2013
-----------------------------------------------------------------------

Summary of changes:
 README.win32 | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.win32 b/README.win32
index fda4487..e19b48c 100644
--- a/README.win32
+++ b/README.win32
@@ -398,7 +398,12 @@ There should be no test failures.
 
 If you build with Visual C++ 2013 then three tests currently may fail with
 Daylight Saving Time related problems: F<t/io/fs.t>,
-F<cpan/HTTP-Tiny/t/110_mirror.t> and F<lib/File.Copy.t>.
+F<cpan/HTTP-Tiny/t/110_mirror.t> and F<lib/File.Copy.t>. The failures are
+caused by bugs in the CRT in VC++ 2013 which will be fixed in future releases
+of VC++, as explained by Microsoft here:
+L<https://connect.microsoft.com/VisualStudio/feedback/details/811534/utime-sometimes-fails-to-set-the-correct-file-times-in-visual-c-2013>.
 In the meantime,
+if you need fixed C<stat> and C<utime> functions then have a look at the
+CPAN distribution Win32::UTCFileTime.
 
 Some test failures may occur if you use a command shell other than the
 native "cmd.exe", or if you are building from a path that contains

--
Perl5 Master Repository

Reply via email to