In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/35c7f2d355d53b6a415bf77d30646c12c12414e0?hp=f418c24b737e5c62acfa6b8ad9aa30596b3a6bbe>
- Log ----------------------------------------------------------------- commit 35c7f2d355d53b6a415bf77d30646c12c12414e0 Author: Sawyer X <[email protected]> Date: Wed May 24 01:25:35 2017 +0200 disarm RCnnn bump M patchlevel.h commit ac87c68161969dad34cddcbca09d39f46a27c96f Author: Sawyer X <[email protected]> Date: Tue May 23 21:52:20 2017 +0200 Update perlhist M pod/perlhist.pod commit b09c6dc3365c0d9a5168126594790465429dad74 Author: Sawyer X <[email protected]> Date: Tue May 23 21:32:47 2017 +0200 perldelta: fix some POD M pod/perldelta.pod commit a01e9d147a984ad43403fb7c7a629095da514d12 Author: Sawyer X <[email protected]> Date: Mon May 22 23:19:48 2017 +0200 Update META files M META.json commit d8d904c7a3b7ae7ab1de3ac6355c4fe868ad19ca Author: Sawyer X <[email protected]> Date: Mon May 22 23:19:36 2017 +0200 bump version to RCnnn M patchlevel.h commit ad7f9915f414434202c80d002d6242e47778d4d2 Author: Sawyer X <[email protected]> Date: Mon May 22 23:16:25 2017 +0200 add new release to perlhist M pod/perlhist.pod ----------------------------------------------------------------------- Summary of changes: META.json | 2 +- pod/perldelta.pod | 10 +++++----- pod/perlhist.pod | 1 + 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/META.json b/META.json index 8e5a6d2965..afd5c76987 100644 --- a/META.json +++ b/META.json @@ -113,7 +113,7 @@ "vxs.inc" ] }, - "release_status" : "stable", + "release_status" : "testing", "resources" : { "bugtracker" : { "web" : "https://rt.perl.org/" diff --git a/pod/perldelta.pod b/pod/perldelta.pod index a6d6e6dbb0..7f85376205 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -1536,7 +1536,7 @@ L<C<File::Glob::glob()> will disappear in perl 5.30. Use C<File::Glob::bsd_glob( =item * -L<Unescaped literal '%c' in regex; marked by <-- HERE in mE<sol>%sE<sol> +L<Unescaped literal '%c' in regex; marked by E<lt>-- HERE in mE<sol>%sE<sol> |perldiag/Unescaped literal '%c' in regex; marked by <-- HERE in mE<sol>%sE<sol>> =item * @@ -1721,8 +1721,8 @@ L<Malformed UTF-8 string in "%s" =item * -L<Setting C<$/> to a reference to %s as a form of slurp is deprecated, treating as undef. This will be fatal in Perl 5.28 -|perldiag/Setting C<$/> to a reference to %s as a form of slurp is deprecated, treating as undef. This will be fatal in Perl 5.28> +L<Setting C<< $E<sol> >> to a reference to %s as a form of slurp is deprecated, treating as undef. This will be fatal in Perl 5.28 +|perldiag/Setting C<< $E<sol> >> to a reference to %s as a form of slurp is deprecated, treating as undef. This will be fatal in Perl 5.28> This existing warning has had the I<this will be fatal> text added in this release. @@ -1755,7 +1755,7 @@ This warning now includes the name of the offending subroutine. =item * L<Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.30), passed through in regex; marked by S<< E<lt>-- HERE >> in mE<sol>%sE<sol> -|perldiag/Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.30), passed through in regex; marked by S<< E<lt>-- HERE >> in m/%s/> +|perldiag/Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.30), passed through in regex; marked by S<< E<lt>-- HERE >> in mE<sol>%sE<sol>> This existing warning has had the I<here (and will be fatal...)> text added in this release. @@ -2654,7 +2654,7 @@ L<[perl #129125]|https://rt.perl.org/Public/Bug/Display.html?id=129125> The L<sort()|perlfunc/sort> operator's built-in numeric comparison function didn't handle large integers that weren't exactly representable by a double. This now uses the same code used to -implement the C<< <=> >> operator. +implement the C<< E<lt>=E<gt> >> operator. L<[perl #130335]|https://rt.perl.org/Public/Bug/Display.html?id=130335> =item * diff --git a/pod/perlhist.pod b/pod/perlhist.pod index 1963738d7d..a960a3ca9a 100644 --- a/pod/perlhist.pod +++ b/pod/perlhist.pod @@ -613,6 +613,7 @@ the strings?). Sawyer X 5.25.12 2017-Apr-20 Sawyer X 5.26.0-RC1 2017-May-11 The 5.26 maintenance track + Sawyer X 5.26.0-RC2 2017-May-23 =head2 SELECTED RELEASE SIZES -- Perl5 Master Repository
