Change 12566 by jhi@alpha on 2001/10/22 12:22:29

        Subject: [PATCH pod/perlvar.pod] Undeprecating $]
        From: Michael G Schwern <[EMAIL PROTECTED]>
        Date: Mon, 22 Oct 2001 03:48:38 -0400
        Message-ID: <20011022034838.B1676@blackrider>

Affected files ...

... //depot/perl/pod/perlvar.pod#80 edit

Differences ...

==== //depot/perl/pod/perlvar.pod#80 (text) ====
Index: perl/pod/perlvar.pod
--- perl/pod/perlvar.pod.~1~    Mon Oct 22 06:30:06 2001
+++ perl/pod/perlvar.pod        Mon Oct 22 06:30:06 2001
@@ -844,10 +844,9 @@
 See also the documentation of C<use VERSION> and C<require VERSION>
 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
 
End of Patch.

Reply via email to