From: Michael G. Schwern Date: Mon, 22 Oct 2001 03:48:38 +0000 (-0400) Subject: Undeprecating $] X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0c8d858bc5dbd18f38dfa055bba011a276ec0bb8;p=p5sagit%2Fp5-mst-13.2.git Undeprecating $] Message-ID: <20011022034838.B1676@blackrider> p4raw-id: //depot/perl@12566 --- diff --git a/pod/perlvar.pod b/pod/perlvar.pod index bcd09fd..64fc7fd 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -844,10 +844,9 @@ of perl in the right bracket?) Example: See also the documentation of C and C for a convenient way to fail if the running Perl interpreter is too old. -The use of this variable is deprecated. The floating point representation -can sometimes lead to inaccurate numeric comparisons. See C<$^V> for a -more modern representation of the Perl version that allows accurate string -comparisons. +The floating point representation can sometimes lead to inaccurate +numeric comparisons. See C<$^V> for a more modern representation of +the Perl version that allows accurate string comparisons. =item $COMPILING