From 9688be67a232cede76811f0da99955b48dfe2a0b Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Tue, 26 Apr 2011 09:55:43 -0600 Subject: [PATCH] perlsub.pod: Fix broken link --- pod/perlsub.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlsub.pod b/pod/perlsub.pod index ea5fa20..7a14f76 100644 --- a/pod/perlsub.pod +++ b/pod/perlsub.pod @@ -217,7 +217,7 @@ X Not only does the C<&> form make the argument list optional, it also disables any prototype checking on arguments you do provide. This is partly for historical reasons, and partly for having a convenient way -to cheat if you know what you're doing. See L below. +to cheat if you know what you're doing. See L below. X<&> Subroutines whose names are in all upper case are reserved to the Perl -- 2.7.4