From 7cf812eeef631c6ba82f909c7cd5e479ea4ce302 Mon Sep 17 00:00:00 2001 From: Paul Bolle Date: Thu, 8 May 2025 13:53:02 +0200 Subject: [PATCH] Fix typo v.5.10.0 version.pm should not use an invalid version format in its documentation. So fix this typo. --- lib/version.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.pod b/lib/version.pod index 35a5080..d1e5409 100644 --- a/lib/version.pod +++ b/lib/version.pod @@ -40,7 +40,7 @@ not be used due to incompatible API changes. Version 0.77 introduces the new 'parse' and 'declare' methods to standardize usage. You are strongly urged to set 0.77 as a minimum in your code, e.g. - use version 0.77; # even for Perl v.5.10.0 + use version 0.77; # even for Perl v5.10.0 =head1 TYPES OF VERSION OBJECTS