Changeset 0291294 for chapter08/perl.xml


Ignore:
Timestamp:
12/09/2022 08:05:26 AM (18 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
75d64be
Parents:
4640b37d
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/perl.xml

    r4640b37d r0291294  
    124124          <para>These settings define where Perl looks for installed
    125125          modules. The LFS editors chose to put them in a directory structure
    126           based on the Major.Minor version of Perl (&perl-version-min;) which
    127           allows upgrading Perl to newer Patch levels (&perl-version;) without
    128           reinstalling all of the modules.</para>
     126          based on the MAJOR.MINOR version of Perl (&perl-version-min;) which
     127          allows upgrading Perl to newer patch levels (the patch level is
     128          the last dot separated part in the full version string like
     129          &perl-version;) without reinstalling all of the modules.</para>
    129130        </listitem>
    130131      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.