In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/a6c70abe1db5debf058e2e9a2f5feef94859fe44?hp=56b40e6376ce225f2d1afffe5089a9907eb1320e>
- Log ----------------------------------------------------------------- commit a6c70abe1db5debf058e2e9a2f5feef94859fe44 Author: Abigail <[email protected]> Date: Tue Mar 20 13:31:35 2012 +0100 Fix typo in pod/perldelta M pod/perldelta.pod commit 13b868b0c7d41248ecab201c45b48da9a3625bdf Author: Abigail <[email protected]> Date: Tue Mar 20 13:27:21 2012 +0100 Reran Porting/acknowledgements.pl M pod/perldelta.pod commit e2e06450e24eee1063591869db18836fadd36d85 Author: Abigail <[email protected]> Date: Tue Mar 20 13:24:00 2012 +0100 List 5.16 blockers in 'Known Problems' in perldelta M pod/perldelta.pod ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 29 ++++++++++++++++++++++++----- 1 files changed, 24 insertions(+), 5 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index ec68eec..b579688 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -297,15 +297,36 @@ C<< Term::ReadLine >> now uses AnyEvent instead of Tk for an event loop. =head1 Known Problems -This is a list of some significant unfixed bugs, which are regressions -from either 5.14.0 or 5.15.8. +This is a list of some significant unfixed bugs, which need to be +resolved before 5.16.0 =over 4 +=item F<< op/sigdispatch.t >> fails alarm test 14 and gets killed [perl #89718] + +=item Perl crash due to wrong delimiter in C<< PATH >> environment [perl #94846] + +It's possible to crash Win32 if the wrong delimiter is used. + +=item Corrupt UTF8 [perl #79960, #100058] + +It is possible to read an invalid UTF8 character, but have it marked valid, +or to incorrectly read UTF8 characters if C<< $/ >> is set to read fixed +length records. + +=item UTF8 patches for 5.16 [perl #107008] + +Brian Fraser's work on UTF8 needs further integration. + =item C<eval { 'fork()' }> is broken on Windows [perl #109718] This is a known test failure to be fixed before 5.16.0. +=item Warnings from cpan/IO-Compress [perl #110736] + +Some tests in F<< cpan/IO-Compress/t/cz-03zlib-v1.t >> issues a +"isn't numeric" warning in blead, but not in maint. + =item C<< Pod-Html >> test failures on Windows. A number of tests for C<< Pod::Html >> fail under Windows, due to an @@ -316,10 +337,8 @@ network drive. =head1 Acknowledgements -XXX Redo this on 2012-03-20 - Perl 5.15.9 represents approximately 4 weeks of development since Perl 5.15.8 -and contains approximately 74,000 lines of changes across 470 files from 23 +and contains approximately 79,000 lines of changes across 530 files from 23 authors. Perl continues to flourish into its third decade thanks to a vibrant community -- Perl5 Master Repository
