From: Karl Williamson Date: Tue, 26 Apr 2011 15:55:43 +0000 (-0600) Subject: perlsub.pod: Fix broken link X-Git-Tag: accepted/trunk/20130322.191538~4293 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9688be67a232cede76811f0da99955b48dfe2a0b;p=platform%2Fupstream%2Fperl.git perlsub.pod: Fix broken link --- 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