This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Skip the POSIX::strftime() time test with a 60sec parameter on Vista:
authorSteve Hay <SteveHay@planit.com>
Wed, 15 Aug 2007 12:44:08 +0000 (12:44 +0000)
committerSteve Hay <SteveHay@planit.com>
Wed, 15 Aug 2007 12:44:08 +0000 (12:44 +0000)
commitabbe0d1a8ce49d06f6c93492504db498c69c6b5a
treeea0e39190563835267378806352ccdc5b61edc8d
parenta7f43cfc756647d7175b53bd957bd501a9f6ad6d
Skip the POSIX::strftime() time test with a 60sec parameter on Vista:
it seems to have the same problem as when built with the VC8 CRT
(Fixes perl #44589)

Also, change the %D to the equivalent %m/%d/%y because %D isn't
supported at all by Microsoft's CRT and just converts to nothing
with VC6's CRT and causes another invalid parameter error with VC8
and Vista

p4raw-id: //depot/perl@31721
ext/POSIX/t/posix.t