From b687b08b628449b317ff558f31d9d716ace045de Mon Sep 17 00:00:00 2001 From: Tom Christiansen Date: Tue, 11 Aug 1998 05:58:07 -0500 Subject: 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 --- pod/perlobj.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pod/perlobj.pod') diff --git a/pod/perlobj.pod b/pod/perlobj.pod index f10fbdfe2e..182e3ee830 100644 --- a/pod/perlobj.pod +++ b/pod/perlobj.pod @@ -84,7 +84,7 @@ that wish to call methods in the class as part of the construction: } If you care about inheritance (and you should; see -L), +L), then you want to use the two-arg form of bless so that your constructors may be inherited: -- cgit v1.2.1