Changeset 82af4401


Ignore:
Timestamp:
10/03/2018 12:59:53 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
perl-modules
Children:
c158d2e
Parents:
2281ba42
Message:

perl modules branch: Add remaining XML modules.

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

Files:
4 added
4 edited

Legend:

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

    r2281ba42 r82af4401  
    253253      <listitem>
    254254        <para>
     255          <xref linkend="new-perl-xml-libxml-simple"/>
     256        </para>
     257      </listitem>
     258      <listitem>
     259        <para>
     260          <xref linkend="new-perl-xml-libxslt"/>
     261        </para>
     262      </listitem>
     263      <listitem>
     264        <para>
    255265          <xref linkend="new-perl-xml-simple"/>
     266        </para>
     267      </listitem>
     268      <listitem>
     269        <para>
     270          <xref linkend="new-perl-xml-writer"/>
    256271        </para>
    257272      </listitem>
     
    372387
    373388  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     389    href="perl-modules/perl-xml-libxml-simple.xml"/>
     390
     391  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     392    href="perl-modules/perl-xml-libxslt.xml"/>
     393
     394  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    374395    href="perl-modules/perl-xml-simple.xml"/>
    375396
    376397  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     398    href="perl-modules/perl-xml-writer.xml"/>
     399
     400  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    377401    href="perl-alternatives.xml"/>
    378402
  • general/prog/perl-deps.xml

    r2281ba42 r82af4401  
    203203      <listitem>
    204204        <para>
     205          <xref linkend="new-perl-xml-libxml"/>
     206        </para>
     207      </listitem>
     208      <listitem>
     209        <para>
    205210          <xref linkend="perl-xml-namespacesupport"/>
    206211        </para>
     
    306311
    307312  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     313    href="perl-deps/perl-xml-libxml.xml"/>
     314
     315  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    308316    href="perl-deps/perl-xml-namespacesupport.xml"/>
    309317
  • general/prog/perl-modules.xml

    r2281ba42 r82af4401  
    187187  </sect1info>
    188188
    189   <title>Perl Modules (old page)</title>
     189  <title>Perl Modules</title>
    190190
    191191  <indexterm zone="perl-modules">
  • pst/typesetting/biber.xml

    r2281ba42 r82af4401  
    120120      <xref linkend="new-perl-lingua-translit"/>
    121121      <xref linkend="perl-list-allutils"/>
    122       <!-- List::MoreUtils was pulled in for the testsuite of List::AllUtils,
    123       but it needs to be present even if people do not run the tests -->
    124122      <xref linkend="new-perl-list-moreutils"/>
    125123      <!-- List::MoreUtils::XS is listed as a dep, but it is a dep of
     
    147145      <!-- Unicode::Normalize is part of core perl, found in
    148146        /usr/lib/perl5/5.xx.y/x86_64-linux-thread-multi/Unicode/Normalize.pm -->
    149       <!-- FIXME URI is probably a dep i nthe lwp or libwww area -->
     147      <!-- FIXME URI is probably a dep in the lwp or libwww area -->
    150148      <!-- XML::LibXML is a dependency of XML::LibXML::Simple -->
    151       <xref linkend="perl-xml-libxml-simple"/>
    152       <xref linkend="perl-xml-libxslt"/>
    153       <xref linkend="perl-xml-writer"/> and
     149      <xref linkend="new-perl-xml-libxml-simple"/>
     150      <xref linkend="new-perl-xml-libxslt"/>
     151      <xref linkend="new-perl-xml-writer"/> and
    154152      <!-- untarring biblatex requires that the texmf directories already exist -->
    155153      <xref linkend="texlive"/>
Note: See TracChangeset for help on using the changeset viewer.