diff options
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') |