summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2010-02-16 23:23:55 +0000
committerSteve Hay <SteveHay@planit.com>2010-02-16 23:32:21 +0000
commitca127710352774fec33a595b119e6bf8ff673bb3 (patch)
tree9578a02122a8cbf8753e7ffd624ed8b36ddef11d
parent6dde2df7567ece5bfeafabf76d400c420d814717 (diff)
downloadperl-ca127710352774fec33a595b119e6bf8ff673bb3.tar.gz
Keep perl5115delta.pod up to date
-rw-r--r--pod/perl5115delta.pod12
1 files changed, 8 insertions, 4 deletions
diff --git a/pod/perl5115delta.pod b/pod/perl5115delta.pod
index 19adb9bd82..af1c800a64 100644
--- a/pod/perl5115delta.pod
+++ b/pod/perl5115delta.pod
@@ -27,7 +27,6 @@ and C<len> arguments.
=item C<version>
-XXX Double-check that the following has actually been done or else remove it:
Upgraded from version 0.81 to 0.82.
The C<is_lax> and C<is_strict> functions can now be optionally exported to the
@@ -103,6 +102,11 @@ was a regression since Perl 5.10.0. (Fixes RT #72590)
=item *
+Reading C<$!> no longer causes a SEGV for out of range C<errno> values. (Fixes
+RT #72850)
+
+=item *
+
A possible SEGV in C</\N{...}/> has been fixed. This was a regression since
Perl 5.10.
@@ -125,9 +129,9 @@ rather than checking for C<FileHandle> first.
=item *
-A change in C<warnings::register>'s behaviour in Perl 5.10.0 that wasn't
-documented at the time is now documented in L<perl5100delta>. (Fixes RT
-#62522)
+A change in the behaviour of C<warnings::enabled> and C<warnings::warnif> in
+Perl 5.10.0 that wasn't documented at the time is now documented in
+L<perl5100delta>. (Fixes RT #62522)
=item *