Changeset 524c5e3 for chapter08/perl.xml


Ignore:
Timestamp:
12/09/2022 07:53:16 AM (17 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
f16e611
Parents:
2ef64c4 (diff), 4640b37d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'origin/trunk' into xry111/clfs-ng

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/perl.xml

    r2ef64c4 r524c5e3  
    4747<screen><userinput remap="pre">patch -Np1 -i ../&perl-fix-patch;</userinput></screen>
    4848-->
    49     <para>This version of Perl now builds the Compress::Raw::Zlib and
     49    <para>This version of Perl builds the Compress::Raw::Zlib and
    5050    Compress::Raw::BZip2 modules. By
    5151    default Perl will use an internal copy of the sources for the build.
     
    5858    <para>To have full control over the way Perl is set up, you can remove the
    5959    <quote>-des</quote> options from the following command and hand-pick the way
    60     this package is built. Alternatively, use the command exactly as below to
     60    this package is built. Alternatively, use the command exactly as shown below to
    6161    use the defaults that Perl auto-detects:</para>
    6262
     
    8383        <listitem>
    8484          <para>This ensures <command>perl</command> knows how to
    85           tell packages where they should install their perl modules.</para>
     85          tell packages where they should install their Perl modules.</para>
    8686        </listitem>
    8787      </varlistentry>
     
    100100        <listitem>
    101101          <para>Since Groff is not installed yet, <command>Configure</command>
    102           thinks that we do not want man pages for Perl.  Issuing these
    103           parameters overrides this decision.</para>
     102          will not create man pages for Perl.  These
     103          parameters override this behavior.</para>
    104104        </listitem>
    105105      </varlistentry>
     
    108108        <term><parameter>-Duseshrplib</parameter></term>
    109109        <listitem>
    110           <para>Build a shared libperl needed by some perl modules.</para>
     110          <para>Build a shared libperl needed by some Perl modules.</para>
    111111        </listitem>
    112112      </varlistentry>
     
    115115        <term><parameter>-Dusethreads</parameter></term>
    116116        <listitem>
    117           <para>Build perl with support for threads.</para>
     117          <para>Build Perl with support for threads.</para>
    118118        </listitem>
    119119      </varlistentry>
     
    122122        <term><parameter>-Dprivlib,-Darchlib,-Dsitelib,...</parameter></term>
    123123        <listitem>
    124           <para>These settings define where Perl is looking for installed
     124          <para>These settings define where Perl looks for installed
    125125          modules. The LFS editors chose to put them in a directory structure
    126126          based on the Major.Minor version of Perl (&perl-version-min;) which
    127127          allows upgrading Perl to newer Patch levels (&perl-version;) without
    128           the need to reinstall all of the modules again.</para>
     128          reinstalling all of the modules.</para>
    129129        </listitem>
    130130      </varlistentry>
     
    186186        <term><command>corelist</command></term>
    187187        <listitem>
    188           <para>A commandline frontend to Module::CoreList</para>
     188          <para>A command line front end to Module::CoreList</para>
    189189          <indexterm zone="ch-system-perl corelist">
    190190            <primary sortas="b-corelist">corelist</primary>
     
    251251        <term><command>instmodsh</command></term>
    252252        <listitem>
    253           <para>Shell script for examining installed Perl modules,
    254           and can create a tarball from an installed module</para>
     253          <para>Shell script for examining installed Perl modules;
     254          it can create a tarball from an installed module</para>
    255255          <indexterm zone="ch-system-perl instmodsh">
    256256            <primary sortas="b-instmodsh">instmodsh</primary>
     
    285285          <para>Combines some of the best features of C, <command>sed</command>,
    286286          <command>awk</command> and <command>sh</command> into a single
    287           swiss-army language</para>
     287          Swiss Army language</para>
    288288          <indexterm zone="ch-system-perl perl">
    289289            <primary sortas="b-perl">perl</primary>
Note: See TracChangeset for help on using the changeset viewer.