diff options
author | Michael G. Schwern <schwern@pobox.com> | 2001-02-04 16:17:49 -0500 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-02-06 20:41:20 +0000 |
commit | 8257a158a240b1ac87c8767f1a5f236a029fb9c4 (patch) | |
tree | 4dac8e34334845a2722847cafdbbc5bd53a77334 /pod/perlboot.pod | |
parent | cfcce72b50f40ca45fd2b724ac56017253f5ae83 (diff) | |
download | perl-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.pod | 10 |
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 |