From: Jesse Vincent Date: Tue, 20 Oct 2009 13:56:04 +0000 (-0400) Subject: Added perldelta notes for yves' regex semantics fixups and W2k and VMS "known issues" X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9bf23babfb7fce2051d8cc9bc865f177030a20a1;p=p5sagit%2Fp5-mst-13.2.git Added perldelta notes for yves' regex semantics fixups and W2k and VMS "known issues" --- diff --git a/pod/perl5111delta.pod b/pod/perl5111delta.pod index 8adce88..6eb6d9d 100755 --- a/pod/perl5111delta.pod +++ b/pod/perl5111delta.pod @@ -13,6 +13,9 @@ the 5.11.1 release. =item The boolkeys op moved to the group of hash ops. This breaks binary compatibility. +=item C<\s> C<\w> and C<\d> once again have the semantics they had in Perl 5.8.x. + + =back =head1 Core Enhancements @@ -231,18 +234,16 @@ dual-lifed modules which are primarily maintained outside the Perl core. =head1 Known Problems -XXX Descriptions of platform agnostic bugs we know we can't fix go here. Any -tests that had to be Ced for the release would be noted here, unless -they were specific to a particular platform (see below). +=over 4 -This is a list of some significant unfixed bugs, which are regressions -from either 5.10.1 or 5.11.0. +=item Untriaged test crashes on Windows 2000 -=over 4 +Several porters have reported mysterious crashes when Perl's entire test suite is run after a build on certain Windows 2000 systems. When run by hand, the individual tests reportedly work fine. -=item * +=item Known test failures on VMS -XXX +Perl 5.11.1 fails a small set of core and CPAN tests as of this release. +With luck, that'll be sorted out for 5.11.2 =back