Better wording for the vec lvalue diagnostic.
Ronald J. Kimball [Wed, 23 Aug 2000 14:12:16 +0000 (10:12 -0400)]
Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>

p4raw-id: //depot/perl@6807

pod/perldiag.pod

index 8a37588..da03b91 100644 (file)
@@ -182,10 +182,10 @@ spots.  This is now heavily deprecated.
 must either both be scalars or both be lists.  Otherwise Perl won't
 know which context to supply to the right side.
 
-=item Assigning to negative offset in vec
+=item Negative offset to vec in lvalue context
 
-(F) The second argument to vec() must refer to an actual element of
-the string if you wish to assign to it.
+(F) When vec is called in an lvalue context, the second argument must be
+greater than or equal to zero.
 
 =item Attempt to bless into a reference