diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-24 03:39:17 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-24 03:39:17 +0000 |
commit | 6cfc1a96168519111ea6537cefb1f04bfe06b5b1 (patch) | |
tree | b9c617994a219803ddfc5f1799d521ac74ad6eb8 /pod | |
parent | dd629d5bb3bd7014585b7aad3c6715a5011673bc (diff) | |
parent | 27d4bd7715615e31f90b558bd579b4dfdaebfd8d (diff) | |
download | perl-6cfc1a96168519111ea6537cefb1f04bfe06b5b1.tar.gz |
integrate cfgperl changes into mainline
p4raw-id: //depot/perl@5234
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlop.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlop.pod b/pod/perlop.pod index bc6f2ced40..c5d7f3fc1d 100644 --- a/pod/perlop.pod +++ b/pod/perlop.pod @@ -1811,7 +1811,7 @@ readable interpolation form C<"\x{1}\x{14}\x{12c}\x{fa0}">. This is useful for representing Unicode strings, and for comparing version "numbers" using the string comparison operators, C<cmp>, C<gt>, C<lt> etc. -If there are more than two dots in the literal, the leading C<v> may be +If there are two or more dots in the literal, the leading C<v> may be omitted. Such literals are accepted by both C<require> and C<use> for doing a version |