summaryrefslogtreecommitdiff
path: root/pod/perlsub.pod
diff options
context:
space:
mode:
authorTom Christiansen <tchrist@perl.com>1998-08-11 05:58:07 -0500
committerJarkko Hietaniemi <jhi@iki.fi>1998-12-02 18:03:51 +0000
commitb687b08b628449b317ff558f31d9d716ace045de (patch)
treecf2f3d08c76010d3997b1647f790742612a48c39 /pod/perlsub.pod
parentb2d124e428258350667f59b4f3c8ccc7a652e994 (diff)
downloadperl-b687b08b628449b317ff558f31d9d716ace045de.tar.gz
Fix most of the bad L<> links of
Subject: bad L<> links Reply-to: tchrist@perl.com To: perlbug@jhereg.perl.com Message-Id: <199808111658.KAA00484@jhereg.perl.com> The ones not fixed may require darker Pod::HTML magic, for example the perlguts.html#tags should work fine, IMHO. p4raw-id: //depot/cfgperl@2437
Diffstat (limited to 'pod/perlsub.pod')
-rw-r--r--pod/perlsub.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlsub.pod b/pod/perlsub.pod
index 957b3d8ad8..95fbb6b342 100644
--- a/pod/perlsub.pod
+++ b/pod/perlsub.pod
@@ -199,7 +199,7 @@ pre-defined things are C<BEGIN>, C<END>, C<AUTOLOAD>, and C<DESTROY>--plus all t
functions mentioned in L<perltie>. The 5.005 release adds C<INIT>
to this list.
-=head2 Private Variables via C<my()>
+=head2 Private Variables via my()
Synopsis: