summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-02-24 03:39:17 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-02-24 03:39:17 +0000
commit6cfc1a96168519111ea6537cefb1f04bfe06b5b1 (patch)
treeb9c617994a219803ddfc5f1799d521ac74ad6eb8 /pod
parentdd629d5bb3bd7014585b7aad3c6715a5011673bc (diff)
parent27d4bd7715615e31f90b558bd579b4dfdaebfd8d (diff)
downloadperl-6cfc1a96168519111ea6537cefb1f04bfe06b5b1.tar.gz
integrate cfgperl changes into mainline
p4raw-id: //depot/perl@5234
Diffstat (limited to 'pod')
-rw-r--r--pod/perlop.pod2
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