diff options
author | Larry W. Virden <lvirden@cas.org> | 1998-05-30 04:07:01 -0400 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-10 05:55:24 +0000 |
commit | a59f352269a39a940b3a5b3b7a80fc4b1e7e1305 (patch) | |
tree | 6a49fad3813c09e04a0daf5ffe9320def26f7388 /pod | |
parent | aebf16e7cdbc86ec766bcfc2294cc17a0e67dc15 (diff) | |
download | perl-a59f352269a39a940b3a5b3b7a80fc4b1e7e1305.tar.gz |
PATCH for pod and warning notice
Message-Id: <199805301207.IAA08856@cas.org>
p4raw-id: //depot/perl@1088
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlguts.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlguts.pod b/pod/perlguts.pod index c27883ffcc..fb52ecfcb7 100644 --- a/pod/perlguts.pod +++ b/pod/perlguts.pod @@ -2820,7 +2820,7 @@ will return false. Returns the integer which is in the SV. int SvIV (SV* sv) - + =item SvIVX Returns the integer which is stored in the SV. |