This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
List 5.16 blockers in 'Known Problems' in perldelta
authorAbigail <abigail@abigail.be>
Tue, 20 Mar 2012 12:24:00 +0000 (13:24 +0100)
committerAbigail <abigail@abigail.be>
Tue, 20 Mar 2012 12:31:53 +0000 (13:31 +0100)
pod/perldelta.pod

index ec68eec..75bbd57 100644 (file)
@@ -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 futher 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