In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/643222e17ceb2f2908c0162e118e6e245579d4eb?hp=15c233d4027945c5b74d1b6ecfe8f1bc5e8dd8e9>
- Log ----------------------------------------------------------------- commit 643222e17ceb2f2908c0162e118e6e245579d4eb Author: Florian Ragwitz <r...@debian.org> Date: Wed Aug 18 04:44:21 2010 +0200 Note the HTML::Parser breakage Also fix a link to substr(). ----------------------------------------------------------------------- Summary of changes: pod/perl5134delta.pod | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pod/perl5134delta.pod b/pod/perl5134delta.pod index a891800..9e66658 100644 --- a/pod/perl5134delta.pod +++ b/pod/perl5134delta.pod @@ -619,7 +619,7 @@ arguments. =item * -L<substr()|perlfunc/"index STR,SUBSTR,POSITION">, +L<substr()|perlfunc/"substr EXPR,OFFSET,LENGTH,REPLACEMENT">, L<pos()|perlfunc/"index STR,SUBSTR,POSITION">, L<keys()|perlfunc/"keys HASH">, and L<vec()|perlfunc/"vec EXPR,OFFSET,BITS"> could, when used in combination with lvalues, result in leaking the scalar value they operate on, and cause its @@ -647,7 +647,9 @@ from either 5.XXX.XXX or 5.XXX.XXX. =item * -XXX +The changes in L<substr()|perlfunc/"substr EXPR,OFFSET,LENGTH,REPLACEMENT"> +break L<HTML::Parser>. A patch has already been applied to its git repository +and will hopefully be released shortly. =back -- Perl5 Master Repository