From 2575c402a8f9be55f848bdfb219afbf912c50ac1 Mon Sep 17 00:00:00 2001 From: Juerd Waalboer <#####@juerd.nl> Date: Sun, 4 Mar 2007 17:00:19 +0100 Subject: Re: [PATCH] (Re: [PATCH] unicode/utf8 pod) Message-ID: <20070304150019.GN4723@c4.convolution.nl> p4raw-id: //depot/perl@30493 --- pod/perlvar.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pod/perlvar.pod') diff --git a/pod/perlvar.pod b/pod/perlvar.pod index 563a59951d..f5b098b65b 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -1310,7 +1310,7 @@ The revision, version, and subversion of the Perl interpreter, represented as a string composed of characters with those ordinals. Thus in Perl v5.6.0 it equals C and will return true for C<$^V eq v5.6.0>. Note that the characters in this string value can -potentially be in Unicode range. +potentially be greater than 255. This variable first appeared in perl 5.6.0; earlier versions of perl will see an undefined value. -- cgit v1.2.1