From 8d00ae59bf4b0670b1256b762725a37a9d5195de Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Tue, 26 Apr 2011 11:12:27 -0600 Subject: [PATCH] overload.pm: Fix broken link --- lib/overload.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/overload.pm b/lib/overload.pm index 3abde68..78510e7 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/C). See -L and L. +L and L. Unusually, the overloaded implementation of the smart match operator does not get full control of the smart match behaviour. -- 2.7.4