diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-27 03:56:48 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-27 03:56:48 +0000 |
commit | a45bd81d7bee5835ad83b5249bac63256f8c94c0 (patch) | |
tree | dab1f7653808a838df28f550bf9c6f1f9a830e68 /lib/UNIVERSAL.pm | |
parent | ad31580623307f0b715ee0a148d5b2a56b4280ff (diff) | |
download | perl-a45bd81d7bee5835ad83b5249bac63256f8c94c0.tar.gz |
various pod nits identified by installhtml (all fixed except
unresolved links)
p4raw-id: //depot/perl@4910
Diffstat (limited to 'lib/UNIVERSAL.pm')
-rw-r--r-- | lib/UNIVERSAL.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/UNIVERSAL.pm b/lib/UNIVERSAL.pm index dc02423029..13cce5853b 100644 --- a/lib/UNIVERSAL.pm +++ b/lib/UNIVERSAL.pm @@ -67,12 +67,12 @@ of the following statements is true. =over 8 -=item +=item * C<VAL> is a blessed reference and is blessed into package C<TYPE> or inherits from package C<TYPE> -=item +=item * C<VAL> is a reference to a C<TYPE> of perl variable (er 'HASH') |