diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-03-07 17:08:54 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-03-07 17:08:54 +0000 |
commit | 8a0be661c1b696355540b6c96400dfa590061592 (patch) | |
tree | 03dbb28fd42bbb57fd9fe8012a34d94bd3b6cc4f /pod/perlapi.pod | |
parent | 3426ea3de200b27bbac03638debab3cec29b0c0c (diff) | |
download | perl-8a0be661c1b696355540b6c96400dfa590061592.tar.gz |
Regenerates internal and external API docs
p4raw-id: //depot/perl@30500
Diffstat (limited to 'pod/perlapi.pod')
-rw-r--r-- | pod/perlapi.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlapi.pod b/pod/perlapi.pod index b49f1ee331..3f0adf1c1f 100644 --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@ -2535,12 +2535,12 @@ an RV. Function must be called with an already existing SV like sv = newSV(0); - s = scan_version(s,SV *sv, bool qv); + s = scan_version(s, SV *sv, bool qv); Performs some preprocessing to the string to ensure that it has the correct characteristics of a version. Flags the object if it contains an underscore (which denotes this -is a alpha version). The boolean qv denotes that the version +is an alpha version). The boolean qv denotes that the version should be interpreted as if it had multiple decimals, even if it doesn't. |