summaryrefslogtreecommitdiff
path: root/pod/perlboot.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/perlboot.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/perlboot.pod')
-rw-r--r--pod/perlboot.pod10
1 files changed, 7 insertions, 3 deletions
diff --git a/pod/perlboot.pod b/pod/perlboot.pod
index b549f45e49..3c18246f0c 100644
--- a/pod/perlboot.pod
+++ b/pod/perlboot.pod
@@ -790,9 +790,13 @@ Hopefully, this gets you started, though.
For more information, see L<perlobj> (for all the gritty details about
Perl objects, now that you've seen the basics), L<perltoot> (the
-tutorial for those who already know objects), L<perlbot> (for some
-more tricks), and books such as Damian Conway's excellent I<Object
-Oriented Perl>.
+tutorial for those who already know objects), L<perltootc> (dealing
+with class data), L<perlbot> (for some more tricks), and books such as
+Damian Conway's excellent I<Object Oriented Perl>.
+
+Some modules which might prove interesting are Class::Accessor,
+Class::Class, Class::Contract, Class::Data::Inheritable,
+Class::MethodMaker and Tie::SecureHash
=head1 COPYRIGHT