diff options
author | Tom Christiansen <tchrist@perl.com> | 1997-04-25 20:50:09 -0400 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1997-04-27 00:00:00 +1200 |
commit | f102b8834494e736221c17057fae0f964511ea18 (patch) | |
tree | b9b312850672d7c28c8c2c5c8dc3d38a119ad30f /pod/perlobj.pod | |
parent | c76750589503afb0145298a66c155795ba686e77 (diff) | |
download | perl-f102b8834494e736221c17057fae0f964511ea18.tar.gz |
Split perlmod
private-msgid: 199704260050.RAA02468@toy.perl.com
Diffstat (limited to 'pod/perlobj.pod')
-rw-r--r-- | pod/perlobj.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlobj.pod b/pod/perlobj.pod index 765b7ffab7..7428334ee2 100644 --- a/pod/perlobj.pod +++ b/pod/perlobj.pod @@ -465,5 +465,5 @@ at a future date. A kinder, gentler tutorial on object-oriented programming in Perl can be found in L<perltoot>. You should also check out L<perlbot> for other object tricks, traps, and tips, -as well as L<perlmod> for some style guides on constructing both modules +as well as L<perlmodlib> for some style guides on constructing both modules and classes. |