From: Steve Hay Date: Tue, 17 Sep 2013 07:35:58 +0000 (+0100) Subject: perldelta - Document two new test scripts X-Git-Tag: upstream/5.20.0~1798 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=215588bafd219cbb2645c76c96d6ef5f6ceff01b;p=platform%2Fupstream%2Fperl.git perldelta - Document two new test scripts --- 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