Changeset 1bbf621


Ignore:
Timestamp:
11/10/2018 01:10:47 AM (5 years ago)
Author:
Ken Moffat <ken@…>
Branches:
perl-modules
Children:
1f01e5ee
Parents:
66b9b3a
Message:

Perl modules branch: Apply a patch from Pierre to add role markup to prevent recursive deps on e.g. biber, and to remove some lingering text and fix spelling mistakess. Thanks.

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

Location:
general/prog
Files:
8 edited

Legend:

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

    r66b9b3a r1bbf621  
    4646      listed on this page are required or recommended for other packages in
    4747      the book. If they have dependent modules, those are either on this page
    48       or else on the next page.
     48      or else on the next page (<xref linkend="perl-deps"/>).
    4949   </para>
    50 
    51     <para>
    52       Modules utilized by packages throughout BLFS are listed here, along with
    53       their dependencies.
    54     </para>
    5550
    5651    <para>
     
    8479      It is possible to automatically install the current versions of a module
    8580      and <emphasis>all</emphasis> missing or too-old dependencies
    86       <emphasis>recommended by upstream</emphasis> using CPAN. See the end of
    87       this page for details.
     81      <emphasis>recommended by upstream</emphasis> using CPAN. See
     82      <xref linkend="perl-alternatives"/> at the end of this page.
    8883    </para>
    8984
  • general/prog/perl-deps.xml

    r66b9b3a r1bbf621  
    66]>
    77
    8 <sect1 id="perl-deps" xreflabel="Perl Module Dependenciess">
     8<sect1 id="perl-deps" xreflabel="Perl Module Dependencies">
    99  <?dbhtml filename="perl-deps.html" ?>
    1010
     
    1414  </sect1info>
    1515
    16   <title>Perl Module Dependenciess</title>
     16  <title>Perl Module Dependencies</title>
    1717
    1818  <indexterm zone="perl-deps">
  • general/prog/perl-deps/perl-datetime-timezone.xml

    r66b9b3a r1bbf621  
    4949      <para role="required">
    5050        <xref linkend="new-perl-class-singleton"/>,
    51         <xref linkend="new-perl-module-runtime"/> and
     51        <xref linkend="new-perl-module-runtime"/>, and
    5252        <xref linkend="new-perl-params-validationcompiler"/>, also
    5353        <!-- perl-params-validationcompiler pulls in perl-specio -->
     
    5555        <xref linkend="new-perl-test-fatal"/> and
    5656        <xref linkend="new-perl-test-requires"/> for the testsuite,
    57         but only if a copy of <xref linkend="new-perl-datetime"/> (for which
    58         this is a dependency) has already been installed
     57        but only if a copy of <xref role="nodep" linkend="new-perl-datetime"/>
     58        (for which this is a dependency) has already been installed
    5959      </para>
    6060
     
    6464      <title>Installation of DateTime::TimeZone</title>
    6565
     66<!-- which of the next instructions to use? -->
    6667      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    6768                  href="../../../xincludes/perl-standard-install.xml"/>
  • general/prog/perl-deps/perl-mime-charset.xml

    r66b9b3a r1bbf621  
    5050        <xref linkend="new-perl-encode-hanextra"/> and
    5151        <xref linkend="new-perl-encode-jis2k"/> (because all are required
    52         by <xref linkend="biber"/>)
     52        by <xref role="nodep" linkend="biber"/>)
    5353      </para>
    5454
     
    6262        instructions:
    6363
    64 <screen><userinput>yes | perl Makefile.PL &amp;&amp;
     64<screen><userinput>yes '' | perl Makefile.PL &amp;&amp;
    6565make             &amp;&amp;
    6666make test</userinput></screen>
  • general/prog/perl-deps/perl-www-robotrules.xml

    r66b9b3a r1bbf621  
    4949      <para role="required">
    5050        <!-- LWP~::Simple comes from libwww-perl -->
    51         <xref linkend="new-perl-libwww-perl"/> (install this module first and
    52         install that later)
     51        <xref role="runtime" linkend="new-perl-libwww-perl"/> (install this
     52        module first and install that later)
    5353      </para>
    5454    </sect3>
  • general/prog/perl-modules/perl-html-parser.xml

    r66b9b3a r1bbf621  
    5252      <bridgehead renderas="sect5">Required (runtime)</bridgehead>
    5353      <para role="required">
    54         <xref linkend="perl-http-message"/> (its module HTTP::Headers is a
    55         run-time requirement for HTML::HeadParser from this distribution).
     54        <xref role="runtime" linkend="perl-http-message"/> (its module
     55        HTTP::Headers is a run-time requirement for HTML::HeadParser from
     56        this distribution).
    5657      </para>
    5758
  • general/prog/perl-modules/perl-io-socket-ssl.xml

    r66b9b3a r1bbf621  
    2626        IO::Socket::SSL makes using SSL/TLS much easier by wrapping the necessary
    2727        functionality into the familiar IO::Socket interface and providing secure
    28         defaults whenever possible. This module uses the standard
     28        defaults whenever possible.
    2929      </para>
    3030
     
    4949      <bridgehead renderas="sect5">Required</bridgehead>
    5050      <para role="required">
    51         <xref linkend="make-ca"/>
     51        <xref linkend="make-ca"/> and
    5252        <xref linkend="perl-net-ssleay"/>
    5353      </para>
  • general/prog/perl-modules/perl-text-csv.xml

    r66b9b3a r1bbf621  
    4848      <bridgehead renderas="sect5">Recommended</bridgehead>
    4949      <para role="recommended">
    50         <xref linkend="perl-text-csv_xs"/> (Required by <xref linkend="biber"/>)
     50        <xref linkend="perl-text-csv_xs"/>
     51          (required by <xref role="nodep" linkend="biber"/>)
    5152      </para>
    5253
Note: See TracChangeset for help on using the changeset viewer.