In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/65039e73c332df6b90e51dd7c59e96b670efe070?hp=a1c993639224dffaa6c41b1639df7eac4e8134fc>
- Log ----------------------------------------------------------------- commit 65039e73c332df6b90e51dd7c59e96b670efe070 Author: Ricardo Signes <[email protected]> Date: Tue May 19 08:13:19 2015 -0400 document infnan failure on VC6 as known problem M pod/perldelta.pod commit 5b0ac1aab5af3d6c45330ecef0f6c63bd0f43c44 Author: Ricardo Signes <[email protected]> Date: Tue May 19 08:09:49 2015 -0400 fill in tentative release date for v5.22.0 M dist/Module-CoreList/lib/Module/CoreList.pm commit a449cbd1d3130552f61fb9052c119992647e36fb Author: Ricardo Signes <[email protected]> Date: Tue May 19 08:08:30 2015 -0400 patchlevel: we are now releasing v5.22.0 RC1 M patchlevel.h ----------------------------------------------------------------------- Summary of changes: dist/Module-CoreList/lib/Module/CoreList.pm | 2 +- patchlevel.h | 2 +- pod/perldelta.pod | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index 8d2e142..eeec0dc 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -275,7 +275,7 @@ sub changes_between { 5.021009 => '2015-02-21', 5.021010 => '2015-03-20', 5.021011 => '2015-04-20', - 5.022000 => '????-??-??', + 5.022000 => '2015-06-01', ); for my $version ( sort { $a <=> $b } keys %released ) { diff --git a/patchlevel.h b/patchlevel.h index 4aaaa55..cb17adf 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -133,7 +133,7 @@ hunk. # endif static const char * const local_patches[] = { NULL - ,"RC0" + ,"RC1" #ifdef PERL_GIT_UNCOMMITTED_CHANGES ,"uncommitted-changes" #endif diff --git a/pod/perldelta.pod b/pod/perldelta.pod index af920ae..a2a527e 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -3140,6 +3140,12 @@ L<[perl #123020]|https://rt.perl.org/Ticket/Display.html?id=123020>. =item * +C<pack>-ing a NaN on a perl compiled with Visual C 6 does not behave properly, +leading to a test failure in F<t/op/infnan.t>. +L<[perl 125203]|https://rt.perl.org/Ticket/Display.html?id=125203> + +=item * + A goal is for Perl to be able to be recompiled to work reasonably well on any Unicode version. In Perl 5.22, though, the earliest such version is Unicode 5.1 (current is 7.0). -- Perl5 Master Repository
