diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-04-26 11:12:27 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-05-18 11:15:04 -0600 |
commit | 8d00ae59bf4b0670b1256b762725a37a9d5195de (patch) | |
tree | c087b9a2be5ad962d4e3fad411846bba235ba9a9 /lib/overload.pm | |
parent | 3573d64908b2432595567c9e3562b0ee4a6af9fe (diff) | |
download | perl-8d00ae59bf4b0670b1256b762725a37a9d5195de.tar.gz |
overload.pm: Fix broken link
Diffstat (limited to 'lib/overload.pm')
-rw-r--r-- | lib/overload.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/overload.pm b/lib/overload.pm index 3abde68b78..78510e7a6f 100644 --- a/lib/overload.pm +++ b/lib/overload.pm @@ -1,6 +1,6 @@ package overload; -our $VERSION = '1.13'; +our $VERSION = '1.14'; sub nil {} @@ -519,7 +519,7 @@ This overload was introduced in Perl 5.12. 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>. +L<perlsyn/Switch statements> and L<feature>. Unusually, the overloaded implementation of the smart match operator does not get full control of the smart match behaviour. |