In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/085d0904d6357ee033016ab81a03d99432474a06?hp=a21fa3b025feb558a9279178ad69b68bd03ace56>
- Log ----------------------------------------------------------------- commit 085d0904d6357ee033016ab81a03d99432474a06 Author: Father Chrysostomos <[email protected]> Date: Tue Nov 30 21:32:38 2010 -0800 perldelta up to 779bcb7d ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 16 ++++++++++++---- 1 files changed, 12 insertions(+), 4 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 5cfb029..bec7daf 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -1,8 +1,9 @@ =encoding utf8 =for comment -This has been completed up to dbe92b04c, except for 1b9f127-fad448f, which -Karl Williamson says he will do. +This has been completed up to 779bcb7d, except for: +1b9f127-fad448f (Karl Williamson says he will do this) +ad9e76a8629ed1ac483f0a7ed0e4da40ac5a1a00 =head1 NAME @@ -396,9 +397,10 @@ L</Modules and Pragmata> section. =over 4 -=item XXX-some-platform +=item NetBSD -XXX +The NetBSD hints file has been changed to make the system's malloc the +default. =back @@ -489,6 +491,12 @@ Calling a closure prototype (what is passed to an attribute handler for a closure) now results in a "Closure prototype called" error message L<[perl #68560]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=68560>. +=item * + +A regular expression optimisation would sometimes cause a match with a +C<{n,m}> quantifier to fail when it should match +L<[perl #79152]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=79152>. + =back =head1 Known Problems -- Perl5 Master Repository
