Ignore:
Timestamp:
09/12/2018 11:12:57 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
perl-modules
Children:
5faf7080
Parents:
25f0620
Message:

perl modules branch: add XML-Simple with deps, noting that XML-SAX-Expat is a valid optional dep, it gets used to provide yet another parser, and tests using it are run if it is present. For dependencies in general, comment them where pulled in by another dep, instead of showing everything.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • template/template-perl-module.xml

    r25f0620 r5253ecb9  
    4848      </itemizedlist>
    4949
    50       <!-- omit dependencies if not needed, but unlike the rest of the book,
    51        show ALL perl module dependencies, avoid thinking "b will bring in a",
    52        their deps might change when one is next updated. -->
     50      <!-- omit dependencies if not needed.
     51       If module A currently brings in the required dep of B, add a comment that
     52       B is pulled in by A.  This is to keep it maintainable as deps change. -->
    5353      <bridgehead renderas="sect4">Fu::Bar Dependencies</bridgehead>
    5454
     
    5656      <para role="required">
    5757        <xref linkend="perl-bar-baz"/>,
     58        <!-- perl-bar-baz pulls in perl-mojotasticity for the testsuite -->
    5859        <xref linkend="perl-wibble"/> and
    5960        <xref linkend="new-perl-wobble"/>
Note: See TracChangeset for help on using the changeset viewer.