This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
minor punctuation improvement
authorKaren Etheridge <ether@cpan.org>
Tue, 19 Dec 2017 03:01:26 +0000 (19:01 -0800)
committerKaren Etheridge <ether@cpan.org>
Tue, 19 Dec 2017 03:01:38 +0000 (19:01 -0800)
pod/perlfunc.pod

index c5e599b..01077cd 100644 (file)
@@ -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.