summaryrefslogtreecommitdiff
path: root/universal.c
diff options
context:
space:
mode:
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.