summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorKaren Etheridge <ether@cpan.org>2017-12-18 19:01:26 -0800
committerKaren Etheridge <ether@cpan.org>2017-12-18 19:01:38 -0800
commit159675014fd98cba9a4bb64961c8cec02dfec87d (patch)
treebdb64d82b0564d528cd6a035c02a27522709ae9b /pod
parent2a6971a9d6e731d8d1d38fd2533d01eb975f7a4d (diff)
downloadperl-159675014fd98cba9a4bb64961c8cec02dfec87d.tar.gz
minor punctuation improvement
Diffstat (limited to 'pod')
-rw-r--r--pod/perlfunc.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index c5e599bb9e..01077cdb59 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -6372,7 +6372,7 @@ compile time.
Specifying VERSION as a numeric argument of the form 5.024001 should
generally be avoided as older less readable syntax compared to
-v5.24.1. Before perl 5.8.0 released in 2002 the more verbose numeric
+v5.24.1. Before perl 5.8.0 (released in 2002), the more verbose numeric
form was the only supported syntax, which is why you might see it in
older code.