diff options
author | Joseph S. Myers <jsm28@hermes.cam.ac.uk> | 1996-09-20 15:08:33 +0100 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1996-09-20 15:08:33 +0100 |
commit | 1fef88e72b0b21420614d87ecab0aaedf3725271 (patch) | |
tree | 12e4d27d75a69c3c3bfe2e5be19ce1298d39af74 /pod/perlobj.pod | |
parent | 3c8c04f28a9e6693f95217cf81ec5f2cdb2bb4d2 (diff) | |
download | perl-1fef88e72b0b21420614d87ecab0aaedf3725271.tar.gz |
Pod typos, pod2man bugs, and miscellaneous installation comments
Here is a patch for various typos and other defects in the Perl
5.003_05 pods, including the pods embedded in library modules.
Diffstat (limited to 'pod/perlobj.pod')
-rw-r--r-- | pod/perlobj.pod | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pod/perlobj.pod b/pod/perlobj.pod index acbd5314c8..54e052ff45 100644 --- a/pod/perlobj.pod +++ b/pod/perlobj.pod @@ -64,8 +64,9 @@ that wish to call methods in the class as part of the construction: return $self; } -If you care about inheritance (and you should; see L<perlmod/"Modules: -Creation, Use and Abuse">), then you want to use the two-arg form of bless +If you care about inheritance (and you should; see +L<perlmod/"Modules: Creation, Use and Abuse">), +then you want to use the two-arg form of bless so that your constructors may be inherited: sub new { |