diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-09-22 13:48:29 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-09-22 13:48:29 +0000 |
commit | 890a53b979262c647cff6eff22d9cf68bc23d720 (patch) | |
tree | 7172e9aa75e170fe50852ddb8e574e382323c9d8 /pod/perlmod.pod | |
parent | 8c284f99fe2ca8105343599e3b9e2f250ac27804 (diff) | |
download | perl-890a53b979262c647cff6eff22d9cf68bc23d720.tar.gz |
Rename perltootc as perltooc for 8.3-friedliness.
p4raw-id: //depot/perl@12132
Diffstat (limited to 'pod/perlmod.pod')
-rw-r--r-- | pod/perlmod.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlmod.pod b/pod/perlmod.pod index b27ee8560c..ca59e2959a 100644 --- a/pod/perlmod.pod +++ b/pod/perlmod.pod @@ -501,7 +501,7 @@ package. This is simply done using a hash and Scalar::Util::weaken(). See L<perlmodlib> for general style issues related to building Perl modules and classes, as well as descriptions of the standard library and CPAN, L<Exporter> for how Perl's standard import/export mechanism -works, L<perltoot> and L<perltootc> for an in-depth tutorial on +works, L<perltoot> and L<perltooc> for an in-depth tutorial on creating classes, L<perlobj> for a hard-core reference document on objects, L<perlsub> for an explanation of functions and scoping, and L<perlxstut> and L<perlguts> for more information on writing |