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.
This commit is contained in:
Xi Ruoyao 2022-12-09 16:05:26 +08:00
parent 4640b37d96
commit 02912947e8
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -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>