projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3e804c
)
Fix case in external pod link
author
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Thu, 2 Nov 2006 16:45:13 +0000
(16:45 +0000)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Thu, 2 Nov 2006 16:45:13 +0000
(16:45 +0000)
p4raw-id: //depot/perl@29192
pod/perlop.pod
patch
|
blob
|
history
diff --git
a/pod/perlop.pod
b/pod/perlop.pod
index
4030ed6
..
cf36bf2
100644
(file)
--- a/
pod/perlop.pod
+++ b/
pod/perlop.pod
@@
-438,7
+438,7
@@
argument.
X<cmp>
Binary "~~" does a smart match between its arguments. Smart matching
-is described in L<perlsyn/"Smart
Matching in D
etail">.
+is described in L<perlsyn/"Smart
matching in d
etail">.
This operator is only available if you enable the "~~" feature:
see L<feature> for more information.
X<~~>