summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2011-04-21 18:16:06 -0500
committerJesse Vincent <jesse@bestpractical.com>2011-04-22 09:27:58 +1000
commitcf5da40bcfda5ba371fb3a29c558192af575afad (patch)
tree5bde8db44db62cf2ec5a6558212aa5a44a8a91ac
parent31ba48ca0fd583b6b35e58dee88a4a35ce76dcc4 (diff)
downloadperl-cf5da40bcfda5ba371fb3a29c558192af575afad.tar.gz
VMS-related known problems in 5.14.0.
-rw-r--r--pod/perldelta.pod13
1 files changed, 13 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 82476155ae..cc6b307746 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -4434,6 +4434,19 @@ tests 6 and 15; F<19_authors.t> tests 5, 13, 21, and 29; and
F<20_authors_with_special_characters.t> tests 6, 15, and 23 in version
1.00 of that distribution now fail.)
+=item *
+
+On VMS, C<Time::HiRes> tests will fail due to a bug in the CRTL's
+implementation of C<setitimer>: previous timer values would be cleared
+if a timer expired but not if the timer was reset before expiring. HP
+OpenVMS Engineering have corrected the problem and will release a patch
+in due course (Quix case # QXCM1001115136).
+
+=item *
+
+On VMS, there were a handful of C<Module::Build> test failures we didn't
+get to before the release; please watch CPAN for updates.
+
=back
=head1 Errata