Ignore:
Timestamp:
11/02/2018 07:33:24 PM (5 years ago)
Author:
Ken Moffat <ken@…>
Branches:
perl-modules
Children:
b65c42a
Parents:
c921d74
Message:

perl modules branch: merge trunk r20657:20669

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/perl-modules@20670 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/perl-modules.xml

    rc921d74 r954be3a  
    15931593    <para>LWP::Protocol::https provides https support for
    15941594    LWP::UserAgent (i.e. for LWP). This module uses the
    1595     standard <xref linkend="perl-standard-install"/>.</para>
     1595    standard <xref linkend="perl-standard-install"/> but requires
     1596    a patch to use the system certificates (using the CPAN automated
     1597    install will instead use <application>Mozilla::CA</application>).
     1598    </para>
     1599
     1600      <bridgehead renderas="sect4">Additional Download</bridgehead>
     1601      <itemizedlist spacing="compact">
     1602        <listitem>
     1603          <para>
     1604            Required patch:
     1605            <ulink url="&patch-root;/LWP-Protocol-https-&LWP-Protocol-https-version;-system_certs-1.patch"/>
     1606          </para>
     1607        </listitem>
     1608      </itemizedlist>
    15961609
    15971610    <!-- LWP-Protocol-https -->
     
    16111624            <para><xref linkend="perl-lwp"/></para>
    16121625          </listitem>
    1613 
    16141626          <listitem>
    16151627            <para><xref linkend="perl-io-socket-ssl"/></para>
    16161628          </listitem>
    1617 
    1618           <listitem><literallayout><ulink url="https://cpan.metacpan.org/authors/id/A/AB/ABH/Mozilla-CA-20180117.tar.gz">Mozilla::CA</ulink>
     1629          <listitem>
     1630            <para><xref linkend="make-ca"/> with the
     1631              <literal>/etc/pki/tls/certs/ca-bundle.crt</literal> symlink
     1632            </para>
     1633          </listitem>
     1634
     1635<!--      <listitem><literallayout><ulink url="https://cpan.metacpan.org/authors/id/A/AB/ABH/Mozilla-CA-20180117.tar.gz">Mozilla::CA</ulink>
    16191636(https://cpan.metacpan.org/authors/id/A/AB/ABH/Mozilla-CA-20180117.tar.gz)</literallayout>
    1620            </listitem>
     1637           </listitem>-->
    16211638
    16221639        </itemizedlist>
     
    27282745    <para>Install <application>Perl</application> modules by running the
    27292746    following commands:</para>
    2730 <!--
    2731     <para>For <xref linkend="perl-data-uniqid"/>, first apply the required
     2747
     2748    <para>For <xref linkend="perl-lwp-protocol-https"/>, first apply the required
    27322749    patch with:</para>
    27332750
    2734 <screen><userinput>patch -Np1 -i ../Data-Uniqid-&Data-Uniqid-version;-disable_failing_test-1.patch</userinput></screen>
     2751<screen><userinput>patch -Np1 -i ../LWP-Protocol-https-&LWP-Protocol-https-version;-system_certs-1.patch</userinput></screen>
    27352752
    27362753    <para>Then, or for all other modules using the standard installation, proceed
    2737     with:</para>-->
     2754    with:</para>
    27382755
    27392756<screen><userinput>perl Makefile.PL &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.