diff options
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. |