summaryrefslogtreecommitdiff
path: root/lib/version/Internals.pod
diff options
context:
space:
mode:
Diffstat (limited to 'lib/version/Internals.pod')
-rw-r--r--lib/version/Internals.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/version/Internals.pod b/lib/version/Internals.pod
index f2b3e81475..d0b2c13da4 100644
--- a/lib/version/Internals.pod
+++ b/lib/version/Internals.pod
@@ -548,7 +548,8 @@ a normalized or reduced form (no extraneous zeros), and with a leading 'v':
print $ver->stringify; # ditto
print $ver; # ditto
print $nver->normal; # prints as v1.2.0
- print $nver->stringify; # prints as 1.002, see "Stringification"
+ print $nver->stringify; # prints as 1.002,
+ # see "Stringification"
In order to preserve the meaning of the processed version, the
normalized representation will always contain at least three sub terms.