summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2015-10-31 10:58:31 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2015-10-31 10:58:31 +0000
commitf10bfe7a10401358351e3e1fb122b9d105f7cf7c (patch)
tree3631826b9b2f8fa38cb34687a358068188116ac6
parente156570a95e416fcda6281488e86aca30101ec6a (diff)
downloadperl-f10bfe7a10401358351e3e1fb122b9d105f7cf7c.tar.gz
Fill in perldelta
(manually cherry picked from commit f83db99040149dba7a484ba077bb60edb63bcb8c)
-rw-r--r--pod/perldelta.pod8
1 files changed, 8 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 00e0cb79ee..1816fa4369 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -30,6 +30,14 @@ XXX For a release on a stable branch, this section aspires to be:
=item *
+L<POSIX> has been upgraded from version 1.53 to 1.53_01.
+
+If C<POSIX::strerror> was passed C<$!> as its argument then it accidentally
+cleared C<$!>. This has been fixed.
+L<[perl #126229]|https://rt.perl.org/Ticket/Display.html?id=126229>
+
+=item *
+
L<warnings> has been upgraded from version 1.33 to 1.34.
The C<warnings::enabled> example now actually uses C<warnings::enabled>.