Skip to content

Commit f851f60

Browse files
committed
Fix typo v.5.10.0
version.pm should not use an invalid version format in it's documentation. So fix this typo.
1 parent 304e0f5 commit f851f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/version.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ not be used due to incompatible API changes. Version 0.77 introduces the new
4040
'parse' and 'declare' methods to standardize usage. You are strongly urged to
4141
set 0.77 as a minimum in your code, e.g.
4242

43-
use version 0.77; # even for Perl v.5.10.0
43+
use version 0.77; # even for Perl v5.10.0
4444

4545
=head1 TYPES OF VERSION OBJECTS
4646

0 commit comments

Comments
 (0)