summaryrefslogtreecommitdiff
path: root/pod/perldelta.pod
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2013-09-17 08:35:58 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2013-09-17 08:35:58 +0100
commit215588bafd219cbb2645c76c96d6ef5f6ceff01b (patch)
tree234b8d439375dfb5de53466382841cdc5d17fc45 /pod/perldelta.pod
parent853f2d20365d5b3cfe876e00e634e034e30c2a9b (diff)
downloadperl-215588bafd219cbb2645c76c96d6ef5f6ceff01b.tar.gz
perldelta - Document two new test scripts
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r--pod/perldelta.pod14
1 files changed, 12 insertions, 2 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index ffaf7f744f..b76b3fddb3 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -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