summaryrefslogtreecommitdiff
path: root/pod/perlsyn.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/perlsyn.pod')
-rw-r--r--pod/perlsyn.pod1
1 files changed, 1 insertions, 0 deletions
diff --git a/pod/perlsyn.pod b/pod/perlsyn.pod
index 4302cf495f..20ec68e02b 100644
--- a/pod/perlsyn.pod
+++ b/pod/perlsyn.pod
@@ -717,6 +717,7 @@ and "Array" entries apply in those cases. (For blessed references, the
Array Regex array grep grep /$b/, @$a
Any Regex pattern match $a =~ /$b/
+ Object Any invokes ~~ overloading on $object, or falls back:
Any Num numeric equality $a == $b
Num numish[4] numeric equality $a == $b
Any Any string equality $a eq $b