diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-12-09 16:05:26 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-12-09 16:05:26 +0800 |
commit | 02912947e8a276c61d192157406c7dfb63f048cf (patch) | |
tree | 76684014aaf20b3d0d62673a4552b2ea3b4e6447 /chapter08/perl.xml | |
parent | 4640b37d9680598de7979b830c0c9dc05615d9cd (diff) |
perl: use "MAJOR.MINOR" instead of "Major.Minor", and explain "patch level"
We are already using "MAJOR" and "MINOR" in OpenSSL, do the same here.
The semantic versioning documentation (https://semver.org/) always use
"patch level", not "Patch level". But let's explain it a little to
prevent puzzling people.
Diffstat (limited to 'chapter08/perl.xml')
-rw-r--r-- | chapter08/perl.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chapter08/perl.xml b/chapter08/perl.xml index 112780c4a..b56e0e5e2 100644 --- a/chapter08/perl.xml +++ b/chapter08/perl.xml @@ -123,9 +123,10 @@ export BUILD_BZIP2=0</userinput></screen> <listitem> <para>These settings define where Perl looks for installed modules. The LFS editors chose to put them in a directory structure - based on the Major.Minor version of Perl (&perl-version-min;) which - allows upgrading Perl to newer Patch levels (&perl-version;) without - reinstalling all of the modules.</para> + based on the MAJOR.MINOR version of Perl (&perl-version-min;) which + allows upgrading Perl to newer patch levels (the patch level is + the last dot separated part in the full version string like + &perl-version;) without reinstalling all of the modules.</para> </listitem> </varlistentry> |