summaryrefslogtreecommitdiff
path: root/pod/perlvar.pod
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-02-22 16:48:58 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-02-22 16:48:58 +0000
commitda2094fd55cfc73caee2f71b349588c60a542297 (patch)
tree1c359d4da0b0db7b874f9a486370fc74078f61c0 /pod/perlvar.pod
parent4a338e520d9f750f715b7cab0bae2d650f3dfc9d (diff)
downloadperl-da2094fd55cfc73caee2f71b349588c60a542297.tar.gz
remove vestiges of older attribute syntax
p4raw-id: //depot/perl@5202
Diffstat (limited to 'pod/perlvar.pod')
-rw-r--r--pod/perlvar.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlvar.pod b/pod/perlvar.pod
index 947942c003..6b4c659d3d 100644
--- a/pod/perlvar.pod
+++ b/pod/perlvar.pod
@@ -911,7 +911,7 @@ and B<-C> filetests are based on this value.
=item $^V
The revision, version, and subversion of the Perl interpreter, represented
-as a string comprised of characters with those ordinals. Thus in Perl v5.6.0
+as a string composed of characters with those ordinals. Thus in Perl v5.6.0
it equals C<chr(5) . chr(6) . chr(0)> 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.