perldelta for d4c027436f
authorTony Cook <tony@develop-help.com>
Tue, 17 Sep 2013 07:03:25 +0000 (17:03 +1000)
committerTony Cook <tony@develop-help.com>
Tue, 17 Sep 2013 07:03:25 +0000 (17:03 +1000)
pod/perldelta.pod

index 72fd668..ffaf7f7 100644 (file)
@@ -1177,6 +1177,11 @@ far fewer false positives.  In particular, C<@hash{+function_returning_a_list}>
 and C<@hash{ qw "foo bar baz" }> no longer warn.  The same applies to array
 slices.  [perl #28380, #114024]
 
+=item *
+
+C< $! = EINVAL; waitpid(0, WNOHANG); > no longer goes into an internal
+infinite loop. [perl #85228]
+
 =back
 
 =head1 Known Problems