perldelta for ee71f1d151a
authorTony Cook <tony@develop-help.com>
Wed, 18 Dec 2013 02:56:54 +0000 (13:56 +1100)
committerTony Cook <tony@develop-help.com>
Wed, 18 Dec 2013 02:56:54 +0000 (13:56 +1100)
pod/perldelta.pod

index 6164209..cfc2b5d 100644 (file)
@@ -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