summaryrefslogtreecommitdiff
path: root/pod/perlobj.pod
diff options
context:
space:
mode:
authorMichael G. Schwern <schwern@pobox.com>2001-02-04 16:17:49 -0500
committerNick Ing-Simmons <nik@tiuk.ti.com>2001-02-06 20:41:20 +0000
commit8257a158a240b1ac87c8767f1a5f236a029fb9c4 (patch)
tree4dac8e34334845a2722847cafdbbc5bd53a77334 /pod/perlobj.pod
parentcfcce72b50f40ca45fd2b724ac56017253f5ae83 (diff)
downloadperl-8257a158a240b1ac87c8767f1a5f236a029fb9c4.tar.gz
Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
Message-Id: <20010204211748.A13415@blackrider.aocn.com> p4raw-id: //depot/perl@8708
Diffstat (limited to 'pod/perlobj.pod')
-rw-r--r--pod/perlobj.pod10
1 files changed, 5 insertions, 5 deletions
diff --git a/pod/perlobj.pod b/pod/perlobj.pod
index 9a9bda94d9..285ed9975e 100644
--- a/pod/perlobj.pod
+++ b/pod/perlobj.pod
@@ -559,8 +559,8 @@ breaks the circularities in the self-referential structure.
=head1 SEE ALSO
-A kinder, gentler tutorial on object-oriented programming in Perl
-can be found in L<perltoot> and L<perltootc>. You should also check
-out L<perlbot> for other object tricks, traps, and tips, as well
-as L<perlmodlib> for some style guides on constructing both modules
-and classes.
+A kinder, gentler tutorial on object-oriented programming in Perl can
+be found in L<perltoot>, L<perlbootc> and L<perltootc>. You should
+also check out L<perlbot> for other object tricks, traps, and tips, as
+well as L<perlmodlib> for some style guides on constructing both
+modules and classes.