summaryrefslogtreecommitdiff
path: root/universal.c
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2019-12-11 12:05:06 +0000
committerPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2019-12-11 12:05:06 +0000
commit11fcdeb9c56e45299ecb257c5148f36619469d85 (patch)
treeedd00b95659966261b0ed2d554f2a2de32e77abb /universal.c
parent6a3e82a5dab5213d2232c7035584495a0d77bfb5 (diff)
downloadperl-11fcdeb9c56e45299ecb257c5148f36619469d85.tar.gz
Clarify in documentation that sv_isa_sv does not invoke magic
Diffstat (limited to 'universal.c')
-rw-r--r--universal.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/universal.c b/universal.c
index a2d7d8682e..67795ac429 100644
--- a/universal.c
+++ b/universal.c
@@ -197,6 +197,8 @@ not derived from the specified class.
This is the function used to implement the behaviour of the C<isa> operator.
+Does not invoke magic on C<sv>.
+
Not to be confused with the older C<sv_isa> function, which does not use an
overloaded C<isa()> method, nor will check subclassing.