summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pod/perldelta.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index af920aeda9..a2a527e5ca 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -3140,6 +3140,12 @@ L<[perl #123020]|https://rt.perl.org/Ticket/Display.html?id=123020>.
=item *
+C<pack>-ing a NaN on a perl compiled with Visual C 6 does not behave properly,
+leading to a test failure in F<t/op/infnan.t>.
+L<[perl 125203]|https://rt.perl.org/Ticket/Display.html?id=125203>
+
+=item *
+
A goal is for Perl to be able to be recompiled to work reasonably well on any
Unicode version. In Perl 5.22, though, the earliest such version is Unicode
5.1 (current is 7.0).