In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/111dcd1233eab8477ffdb0c10d19112044b2ebbb?hp=7844ec1ba250f5d3432da689f94d3a0373af7ee6>

- Log -----------------------------------------------------------------
commit 111dcd1233eab8477ffdb0c10d19112044b2ebbb
Author: Jesse Vincent <[email protected]>
Date:   Tue Oct 20 10:09:14 2009 -0400

    Revert accidental executability of several pod files

M       pod/perl5111delta.pod
M       pod/perlport.pod

commit 1b0ab010c187c1d32a22240fdd3ef18156b899a8
Author: Jesse Vincent <[email protected]>
Date:   Tue Oct 20 09:57:48 2009 -0400

    Updated perlport.pod with notes on VMS support from Craig Berry

M       pod/perlport.pod

commit 9bf23babfb7fce2051d8cc9bc865f177030a20a1
Author: Jesse Vincent <[email protected]>
Date:   Tue Oct 20 09:56:04 2009 -0400

    Added perldelta notes for yves' regex semantics fixups and W2k and VMS 
"known issues"

M       pod/perl5111delta.pod
-----------------------------------------------------------------------

Summary of changes:
 pod/perl5111delta.pod |   17 +++++++++--------
 pod/perlport.pod      |   10 +++++++++-
 2 files changed, 18 insertions(+), 9 deletions(-)
 mode change 100755 => 100644 pod/perl5111delta.pod
 mode change 100755 => 100644 pod/perlport.pod

diff --git a/pod/perl5111delta.pod b/pod/perl5111delta.pod
old mode 100755
new mode 100644
index 8adce88..6eb6d9d
--- 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 C<TODO>ed 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
 
diff --git a/pod/perlport.pod b/pod/perlport.pod
old mode 100755
new mode 100644
index 881ad6d..6c5fa17
--- a/pod/perlport.pod
+++ b/pod/perlport.pod
@@ -2057,7 +2057,15 @@ at http://www.cpan.org/src
 
 =item Solaris (x86, SPARC)
 
-=item OpenVMS (which versions?)
+=item OpenVMS
+
+=over
+
+=item Alpha (7.2 and later)
+
+=item I64 (8.2 and later)
+
+=back
 
 =item Symbian
 

--
Perl5 Master Repository

Reply via email to