summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2018-05-22 09:12:47 +0100
committerSawyer X <xsawyerx@cpan.org>2018-05-23 16:32:15 +0300
commit4850dd218a22e64507c73917daabcaf278dbb341 (patch)
tree0c8646a01c9248ba688bd3b0d3f86b63a58ec797
parent75a718b35c652518ff0c063ca412e02e083b9e84 (diff)
downloadperl-4850dd218a22e64507c73917daabcaf278dbb341.tar.gz
Minor edits to perldelta
- Delete some mentions of bugs that were both introduced and fixed in the 5.27.x series - Fix a POD infelicity - Add one word for clarity
-rw-r--r--pod/perldelta.pod22
1 files changed, 2 insertions, 20 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index d378f73e38..080be19549 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -2025,7 +2025,7 @@ L<[perl #131836]|https://rt.perl.org/Public/Bug/Display.html?id=131836>
=item *
The tokenizer now correctly adjusts a parse pointer when skipping
-whitespace in a C< ${identifier} > construct.
+whitespace in a C<< ${identifier} >> construct.
L<[perl #131949]|https://rt.perl.org/Public/Bug/Display.html?id=131949>
=item *
@@ -2049,7 +2049,7 @@ L<[perl #131892]|https://rt.perl.org/Public/Bug/Display.html?id=131892>
Only the C<=> operator is permitted for defining defaults for
parameters in subroutine signatures. Previously other assignment
-operators, e.g. C<+=>, were also permitted.
+operators, e.g. C<+=>, were also accidentally permitted.
L<[perl #131777]|https://rt.perl.org/Public/Bug/Display.html?id=131777>
=item *
@@ -2260,11 +2260,6 @@ crashes because of the early freeing of the subroutine.
The C<printf> format specifier C<%.0f> no longer rounds incorrectly
[perl #47602], and now shows the correct sign for a negative zero.
-=item *
-
-Don't stringify numeric first arguments to
-C<< system() >> on Windows or VMS. [perl #132633]
-
=item *
Fixed an issue where the error C<< Scalar value @arrayname[0] better
@@ -2279,11 +2274,6 @@ returns an error, and sets C<< $! >>. [perl #132648]
=item *
-Fixed argument counting in multiconcat when concatenating adjacent constants.
-[perl #132646]
-
-=item *
-
Vivify array elements when putting them on the stack.
Fixes [perl #8910] (reported in April 2002).
@@ -2323,10 +2313,6 @@ doesn't come up on those with thread-safe locales.
=item *
-Prevent duplicate Config.pm vars [perl #132834]
-
-=item *
-
Regex assertion failure [perl #132163]
=item *
@@ -2335,10 +2321,6 @@ fix line numbers in multi-line s///
=item *
-add an empty file (to be removed next commit)
-
-=item *
-
warnings.pm: sprintf is faster than concat
=back