summaryrefslogtreecommitdiff
path: root/lib/overload.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/overload.pm')
-rw-r--r--lib/overload.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/overload.pm b/lib/overload.pm
index b48cae2ce7..0cb4771845 100644
--- a/lib/overload.pm
+++ b/lib/overload.pm
@@ -423,8 +423,9 @@ once and with scalar context.
=item * I<Matching>
-The key C<"~~"> allows you to override the smart matching used by
-the switch construct. See L<feature>.
+The key C<"~~"> allows you to override the smart matching logic used by
+the C<~~> operator and the switch construct (C<given>/C<when>). See
+L<perlsyn/switch> and L<feature>.
=item * I<Dereferencing>