In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/41498cdbd5104e08cbab2b2da621956905549d7a?hp=e8b1531a318d6617b13e53ba6ccc157985b00840>
- Log ----------------------------------------------------------------- commit 41498cdbd5104e08cbab2b2da621956905549d7a Author: Leon Brocard <a...@astray.com> Date: Mon Aug 24 09:22:44 2009 +0100 Fix URL to Unicode 5.1.0 notable changes ----------------------------------------------------------------------- Summary of changes: pod/perl5101delta.pod | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pod/perl5101delta.pod b/pod/perl5101delta.pod index 3ed4a67..f7b9ec1 100644 --- a/pod/perl5101delta.pod +++ b/pod/perl5101delta.pod @@ -191,7 +191,7 @@ in a change of behaviour between 5.8.x and 5.10.0: The copy of the Unicode Character Database included in Perl 5.10.1 has been updated to 5.1.0 from 5.0.0. See -L<http://www.unicode.org/versions/Unicode5.1.0/#NotableChanges> for the +L<http://www.unicode.org/versions/Unicode5.1.0/#Notable_Changes> for the notable changes. =head2 A proper interface for pluggable Method Resolution Orders -- Perl5 Master Repository