This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta: Fix broken links
authorKarl Williamson <public@khwilliamson.com>
Tue, 19 Apr 2011 16:07:21 +0000 (10:07 -0600)
committerKarl Williamson <public@khwilliamson.com>
Tue, 19 Apr 2011 16:13:10 +0000 (10:13 -0600)
Apparently the writers of perldiag realized that "%s%s" is the same
as %s for the purposes of diagnostics, so there is no anchor for the
removed link.

pod/perldelta.pod

index 4994705..8247615 100644 (file)
@@ -567,7 +567,7 @@ Details are in L<perlrecharclass/Unicode Properties>.
 User-defined property handlers that need to match differently under C</i>
 must be changed to read the new boolean parameter passed to them, which
 is non-zero if case-insensitive matching is in effect and 0 otherwise.
-See L<perluniprops/User-Defined Character Properties>.
+See L<perlunicode/User-Defined Character Properties>.
 
 =head3 \p{} implies Unicode semantics
 
@@ -2324,9 +2324,6 @@ L<Ambiguous use of %c resolved as operator %c|perldiag/"Ambiguous use of %c reso
 
 L<Ambiguous use of %c{%s} resolved to %c%s|perldiag/"Ambiguous use of %c{%s} resolved to %c%s">
 
-=item *
-
-L<Ambiguous use of %c{%s%s} resolved to %c%s%s|perldiag/"Ambiguous use of %c{%s%s} resolved to %c%s%s">
 
 =item *