summaryrefslogtreecommitdiff
path: root/pod/perlapi.pod
diff options
context:
space:
mode:
authorJohn Peacock <jpeacock@rowman.com>2005-08-23 23:41:11 +0300
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-08-24 15:53:01 +0000
commite0218a61b599e8e5c97718ac68ef92ad34b20839 (patch)
treed49dbe4e2b1b595f58f31c9ee9067317b242f321 /pod/perlapi.pod
parent80dc6883dac79eac16d48a9478d1423a03bd4025 (diff)
downloadperl-e0218a61b599e8e5c97718ac68ef92ad34b20839.tar.gz
[Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.47.tar.gz]
From: "John Peacock" <jpeacock@rowman.com> Message-ID: <2444.85.65.24.143.1124818871.squirrel@webmail.rowman.com> p4raw-id: //depot/perl@25325
Diffstat (limited to 'pod/perlapi.pod')
-rw-r--r--pod/perlapi.pod14
1 files changed, 14 insertions, 0 deletions
diff --git a/pod/perlapi.pod b/pod/perlapi.pod
index e45481e340..b26011e4ba 100644
--- a/pod/perlapi.pod
+++ b/pod/perlapi.pod
@@ -2019,6 +2019,20 @@ the original version contained 1 or more dots, respectively
=for hackers
Found in file util.c
+=item vverify
+
+Validates that the SV contains a valid version object.
+
+ bool vverify(SV *vobj);
+
+Note that it only confirms the bare minimum structure (so as not to get
+confused by derived classes which may contain additional hash entries):
+
+ bool vverify(SV *vs)
+
+=for hackers
+Found in file util.c
+
=back