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
  • general/prog/perl-deps.xml

    r25f0620 r5253ecb9  
    101101        </para>
    102102      </listitem>
     103      <listitem>
     104        <para>
     105          <xref linkend="perl-xml-namespacesupport"/>
     106        </para>
     107      </listitem>
     108      <listitem>
     109        <para>
     110          <xref linkend="new-perl-xml-sax"/>
     111        </para>
     112      </listitem>
     113      <listitem>
     114        <para>
     115          <xref linkend="perl-xml-sax-base"/>
     116        </para>
     117      </listitem>
     118      <listitem>
     119        <para>
     120          <xref linkend="perl-xml-sax-expat"/>
     121        </para>
     122      </listitem>
    103123    </itemizedlist>
    104124  </sect2>
     
    125145    href="perl-deps/perl-test-warnings.xml"/>
    126146
     147  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     148    href="perl-deps/perl-xml-namespacesupport.xml"/>
     149
     150  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     151    href="perl-deps/perl-xml-sax.xml"/>
     152
     153  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     154    href="perl-deps/perl-xml-sax-base.xml"/>
     155
     156  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     157    href="perl-deps/perl-xml-sax-expat.xml"/>
     158
    127159</sect1>
Note: See TracChangeset for help on using the changeset viewer.