summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHugo van der Sanden <hv@crypt.org>2022-02-03 02:26:07 +0000
committerKarl Williamson <khw@cpan.org>2022-02-03 08:49:24 -0700
commitde9d66aedb166fc1230874f793d152b082e262b5 (patch)
treed7d851a729159ecce45068422d16102d0d7892dd /lib
parente1c60a5de80391903ce3f33e708d032cd2ba9b0a (diff)
downloadperl-de9d66aedb166fc1230874f793d152b082e262b5.tar.gz
Augment overload::Method docs
Diffstat (limited to 'lib')
-rw-r--r--lib/overload.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/overload.pm b/lib/overload.pm
index 78b72567e4..77ce8f0639 100644
--- a/lib/overload.pm
+++ b/lib/overload.pm
@@ -982,6 +982,9 @@ Returns true if C<arg> is subject to overloading of some operations.
Returns C<undef> or a reference to the method that implements C<op>.
+Such a method always takes three arguments, which will be enforced if
+it is an XS method.
+
=back
=head2 Overloading Constants