summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2017-05-23 15:47:44 +1000
committerTony Cook <tony@develop-help.com>2017-05-23 15:47:44 +1000
commit20ddc8c6947e4fe0bcadf94abf657406381e2729 (patch)
tree8f647c49375853b5b24122bbd7d8abccc2f7f010
parent3c6ddc9f2ba852f3f3b3269954d0ece674e85257 (diff)
downloadperl-20ddc8c6947e4fe0bcadf94abf657406381e2729.tar.gz
perldelta: move the description of 128095 where it belongs
-rw-r--r--pod/perldelta.pod17
1 files changed, 8 insertions, 9 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 2d37a111b3..8baae0fd49 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -837,6 +837,14 @@ L<[perl #130122]|https://rt.perl.org/Public/Bug/Display.html?id=130122>
L<IO> has been upgraded from version 1.36 to 1.38.
+The F<t/cachepropagate-unix.t> test now checks C<pack_sockaddr_un()>'s
+return value because C<pack_sockaddr_un()> silently truncates the
+supplied path if it won't fit into the C<sun_path> member of
+C<sockaddr_un>. This may change in the future, but for now check the
+path in theC<sockaddr> matches the desired path, and skip if it
+doesn't.
+L<[perl #128095]|https://rt.perl.org/Public/Bug/Display.html?id=128095>
+
=item *
IO-Compress has been upgraded from version 2.069 to 2.074.
@@ -2680,15 +2688,6 @@ L<[perl #129287]|https://rt.perl.org/Public/Bug/Display.html?id=129287>
=item *
-Check C<pack_sockaddr_un()>'s return value because C<pack_sockaddr_un()>
-silently truncates the supplied path if it won't fit into the C<sun_path>
-member of C<sockaddr_un>. This may change in the future, but for now
-check the path in theC<sockaddr> matches the desired path, and skip if
-it doesn't.
-L<[perl #128095]|https://rt.perl.org/Public/Bug/Display.html?id=128095>
-
-=item *
-
Make sure C<PL_oldoldbufptr> is preserved in C<scan_heredoc()>. In some
cases this is used in building error messages.
L<[perl #128988]|https://rt.perl.org/Public/Bug/Display.html?id=128988>