summaryrefslogtreecommitdiff
path: root/pod/perlintro.pod
diff options
context:
space:
mode:
authorDave Rolsky <autarch@urth.org>2011-07-07 13:45:45 -0500
committerDave Rolsky <autarch@urth.org>2011-09-08 21:47:23 -0500
commit82e1c0d96852007516f20ad25f6a264b63de34de (patch)
tree8b8cef4071411fb7f254c89469b0b7820235a806 /pod/perlintro.pod
parenta25275c0c9488d0f50e2e64e5ca84ecb8fd32f7e (diff)
downloadperl-82e1c0d96852007516f20ad25f6a264b63de34de.tar.gz
Remove all references to old OO tutorial docs, and add refs to perlootut where appropriate
Used buildtoc to regenerate pod-related files
Diffstat (limited to 'pod/perlintro.pod')
-rw-r--r--pod/perlintro.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlintro.pod b/pod/perlintro.pod
index 2d0076a029..5e2fe5c9af 100644
--- a/pod/perlintro.pod
+++ b/pod/perlintro.pod
@@ -660,7 +660,7 @@ For more information on writing subroutines, see L<perlsub>.
OO Perl is relatively simple and is implemented using references which
know what sort of object they are based on Perl's concept of packages.
However, OO Perl is largely beyond the scope of this document.
-Read L<perlboot>, L<perltoot>, L<perltooc> and L<perlobj>.
+Read L<perlootut> and L<perlobj>.
As a beginning Perl programmer, your most common use of OO Perl will be
in using third-party modules, which are documented below.