summaryrefslogtreecommitdiff
path: root/pod/perlmod.pod
diff options
context:
space:
mode:
authorNathan Torkington <gnat@prometheus.frii.com>1997-04-03 08:34:15 +1200
committerChip Salzenberg <chip@atlantic.net>1997-04-03 10:03:25 +1200
commit4a6725af9146bd7faaa10aa5429ff009d393fd6d (patch)
treea3ce04fc20ee3f1d40bff76887a2a86aeab52ddf /pod/perlmod.pod
parent203c3eeca2516d7ec08a0618594a5440ce517675 (diff)
downloadperl-4a6725af9146bd7faaa10aa5429ff009d393fd6d.tar.gz
Pod style
Diffstat (limited to 'pod/perlmod.pod')
-rw-r--r--pod/perlmod.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlmod.pod b/pod/perlmod.pod
index 29f9059220..0b384ab35c 100644
--- a/pod/perlmod.pod
+++ b/pod/perlmod.pod
@@ -1106,7 +1106,7 @@ Inherit methods from other modules if appropriate.
Avoid class name tests like: C<die "Invalid" unless ref $ref eq 'FOO'>.
Generally you can delete the "C<eq 'FOO'>" part with no harm at all.
-Let the objects look after themselves! Generally, avoid hardwired
+Let the objects look after themselves! Generally, avoid hard-wired
class names as far as possible.
Avoid C<$r-E<gt>Class::func()> where using C<@ISA=qw(... Class ...)> and