In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/f3f4813bbd7d765bb44dcfe9adef80b34a59c8e1?hp=02c161ef974f8f1efbb5632f741c1164adb6ca75>
- Log ----------------------------------------------------------------- commit f3f4813bbd7d765bb44dcfe9adef80b34a59c8e1 Author: Karl Williamson <[email protected]> Date: Mon Jan 16 11:00:12 2017 -0700 perluniintro: Remove obsolete text This refers to future plans about 5.24; 5.24 no longer is in the future. ----------------------------------------------------------------------- Summary of changes: pod/perluniintro.pod | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pod/perluniintro.pod b/pod/perluniintro.pod index ef4d07d1d6..cd62d4c126 100644 --- a/pod/perluniintro.pod +++ b/pod/perluniintro.pod @@ -650,8 +650,7 @@ all Unicode code points that lie between those end points, inclusive. includes the code points C<\N{U+03}>, C<\N{U+04}>, ..., C<\N{U+20}>. -(It is planned to extend this behavior to ranges in C<tr///> in Perl -v5.24.) +This also works for ranges in C<tr///> starting in Perl v5.24. =item * -- Perl5 Master Repository
