perldelta - Document two new test scripts
authorSteve Hay <steve.m.hay@googlemail.com>
Tue, 17 Sep 2013 07:35:58 +0000 (08:35 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Tue, 17 Sep 2013 07:35:58 +0000 (08:35 +0100)
pod/perldelta.pod

index ffaf7f7..b76b3fd 100644 (file)
@@ -868,6 +868,11 @@ expression matches on very large strings now succeed as expected.
 
 =item *
 
+A bug that was fixed in Perl 5.15.4 is now tested by the new test script
+F<t/io/eintr_print.t>.  [perl #119097]
+
+=item *
+
 The new test scripts F<t/op/kvaslice.t> and F<t/op/kvhslice.t> test the new
 index/value array slice and key/value hash slice syntax respectively.
 
@@ -878,6 +883,11 @@ now tested by the new test script F<t/op/rt119311.t>.
 
 =item *
 
+The new test script F<t/op/waitpid.t> tests the fix for [perl #85228] (see
+L</Selected Bug Fixes>).
+
+=item *
+
 The latest copyright years in the top-level F<README> file and the B<perl -v>
 output are now tested as matching each other by the new test script
 F<t/porting/copyright.t>
@@ -1179,8 +1189,8 @@ slices.  [perl #28380, #114024]
 
 =item *
 
-C< $! = EINVAL; waitpid(0, WNOHANG); > no longer goes into an internal
-infinite loop. [perl #85228]
+C< $! = EINVAL; waitpid(0, WNOHANG); > no longer goes into an internal infinite
+loop.  [perl #85228]
 
 =back