From 215588bafd219cbb2645c76c96d6ef5f6ceff01b Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Tue, 17 Sep 2013 08:35:58 +0100 Subject: [PATCH] perldelta - Document two new test scripts --- pod/perldelta.pod | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index ffaf7f7..b76b3fd 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. [perl #119097] + +=item * + The new test scripts F and F 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. =item * +The new test script F tests the fix for [perl #85228] (see +L). + +=item * + The latest copyright years in the top-level F file and the B output are now tested as matching each other by the new test script F @@ -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 -- 2.7.4