summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2013-12-18 13:56:54 +1100
committerTony Cook <tony@develop-help.com>2013-12-18 13:56:54 +1100
commit4a9a8c6d04a7e4db125cddd686671189d9e914cb (patch)
tree15ac98bf689f9dda389440572c8f1dc4420c82a2
parentee71f1d151acd0a4c10ebcec28f0798178529847 (diff)
downloadperl-4a9a8c6d04a7e4db125cddd686671189d9e914cb.tar.gz
perldelta for ee71f1d151a
-rw-r--r--pod/perldelta.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 61642097ab..cfc2b5de89 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -408,6 +408,12 @@ surrounding character class contained anything else. (That is, the bug
didn't happen if the C<[:^ascii:]> was the only element of the character
class.) [perl #120799]
+=item *
+
+C<< readdir() >> now only sets C<$!> on error. C<$!> is no longer set
+to C<EBADF> when then terminating C<undef> is read from the directory
+unless the system call sets C<$!>. [perl #118651]
+
=back
=head1 Known Problems