summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-04-19 10:07:21 -0600
committerKarl Williamson <public@khwilliamson.com>2011-04-19 10:13:10 -0600
commit804b5feed5ce753c1ebc35a2561ce8b17140f02c (patch)
treed9df94c5ac1280c5d2ac1bacbffc021a90a9355e
parentd33333ec9850d2a0f2f5466e207dcc612dc4dc31 (diff)
downloadperl-804b5feed5ce753c1ebc35a2561ce8b17140f02c.tar.gz
perldelta: Fix broken links
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.
-rw-r--r--pod/perldelta.pod5
1 files changed, 1 insertions, 4 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 4994705c92..82476155ae 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -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 *