diff options
Diffstat (limited to 'lib/overload.pm')
-rw-r--r-- | lib/overload.pm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/overload.pm b/lib/overload.pm index 7e392d72a4..77908328ed 100644 --- a/lib/overload.pm +++ b/lib/overload.pm @@ -451,8 +451,9 @@ This overload was introduced in perl 5.12. =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> |