Change 34462 by [EMAIL PROTECTED] on 2008/10/05 16:38:51

        Fix RT #59264, where Hans Ginzel notes a reference to VSTRING.

Affected files ...

... //depot/maint-5.8/perl/pod/perlfunc.pod#114 edit

Differences ...

==== //depot/maint-5.8/perl/pod/perlfunc.pod#114 (text) ====
Index: perl/pod/perlfunc.pod
--- perl/pod/perlfunc.pod#113~34346~    2008-09-11 08:16:28.000000000 -0700
+++ perl/pod/perlfunc.pod       2008-10-05 09:38:51.000000000 -0700
@@ -4341,8 +4341,7 @@
 
 The return value C<LVALUE> indicates a reference to an lvalue that is not
 a variable. You get this from taking the reference of function calls like
-C<pos()> or C<substr()>. C<VSTRING> is returned if the reference points
-to a L<version string|perldata/"Version Strings">.
+C<pos()> or C<substr()>.
 
 The result C<Regexp> indicates that the argument is a regular expression
 resulting from C<qr//>.
End of Patch.

Reply via email to