From 4823829628745e4bd7e9bfe988e1dab5a60224dd Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Thu, 5 Jan 2012 20:18:04 -0800 Subject: Correct links to perlsyn and perlop --- lib/feature.pm | 2 +- lib/overload.pm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/feature.pm b/lib/feature.pm index 8dfb7aaf4b..9558f8c39e 100644 --- a/lib/feature.pm +++ b/lib/feature.pm @@ -124,7 +124,7 @@ This feature is available starting with Perl 5.10. C tells the compiler to enable the Perl 6 given/when construct. -See L for details. +See L for details. This feature is available starting with Perl 5.10. diff --git a/lib/overload.pm b/lib/overload.pm index b3eac986f8..1b89043304 100644 --- a/lib/overload.pm +++ b/lib/overload.pm @@ -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. @@ -543,7 +543,7 @@ so you may see between one and three of these calls instead: $obj->match(2,0); $obj->match(3,0); -Consult the match table in L for +Consult the match table in L for details of when overloading is invoked. =item * I -- cgit v1.2.1