Ignore:
Timestamp:
01/29/2013 05:34:10 PM (11 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b1a0a05
Parents:
35f8e7b
Message:

Modified the dependencies for the XML::Simple Perl Module instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10986 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

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

    r35f8e7b r831caa1f  
    459459                    <para>
    460460                      <ulink url="http://search.cpan.org/dist/Test-Fatal/">Test::Fatal</ulink>
     461                      (optionally used in the test suite)
    461462                    </para>
    462463                    <itemizedlist>
     
    913914          <listitem>
    914915            <para>
    915               <xref linkend="perl-lwp"/> (optionally used during the tests)
     916              <xref linkend="perl-lwp"/> (optionally used in the test suite)
    916917            </para>
    917918          </listitem>
     
    944945          <listitem>
    945946            <para>
    946               One of the following four modules must be installed:
     947              <ulink url="http://search.cpan.org/~bjoern/XML-SAX-Expat/">XML::SAX::Expat</ulink>
    947948            </para>
    948949            <itemizedlist>
    949950              <listitem>
    950951                <para>
    951                   <ulink url="http://search.cpan.org/~grantm/XML-SAX/">XML-SAX</ulink>
    952                 </para>
    953                 <itemizedlist>
    954                   <listitem>
    955                     <para>
    956                       <ulink url="http://search.cpan.org/~perigrin/XML-NamespaceSupport/">
    957                       XML-NamespaceSupport</ulink>
    958                     </para>
    959                   </listitem>
    960                 </itemizedlist>
    961               </listitem>
    962               <listitem>
    963                 <para>
    964                   <ulink url="http://search.cpan.org/~bjoern/XML-SAX-Expat/">XML-SAX-Expat</ulink>
    965                 </para>
    966               </listitem>
    967               <listitem>
    968                 <para id="perl-xml-libxml">
    969                   <ulink url="http://search.cpan.org/~shlomif/XML-LibXML/">XML-LibXML</ulink>
    970                 </para>
    971               </listitem>
    972               <listitem>
    973                 <para>
    974952                  <xref linkend="perl-xml-parser"/>
    975953                </para>
     
    979957          <listitem>
    980958            <para>
    981               <ulink url="http://search.cpan.org/~chorny/Tie-IxHash/">Tie-IxHash</ulink>
     959              <ulink url="http://search.cpan.org/~grantm/XML-SAX/">XML::SAX</ulink>
     960            </para>
     961            <itemizedlist>
     962              <listitem>
     963                <para>
     964                  <ulink url="http://search.cpan.org/~perigrin/XML-NamespaceSupport/">
     965                  XML::NamespaceSupport</ulink>
     966                </para>
     967              </listitem>
     968              <listitem>
     969                <para>
     970                  <ulink url="http://search.cpan.org/~grantm/XML-SAX-Base/">
     971                  XML::SAX::Base</ulink>
     972                </para>
     973              </listitem>
     974            </itemizedlist>
     975          </listitem>
     976          <listitem>
     977            <para id="perl-xml-libxml">
     978              <ulink url="http://search.cpan.org/~shlomif/XML-LibXML/">XML::LibXML</ulink>
     979              (recommended for faster parsing)
     980            </para>
     981          </listitem>
     982          <listitem>
     983            <para>
     984              <ulink url="http://search.cpan.org/~chorny/Tie-IxHash/">Tie::IxHash</ulink>
     985              (optionally used in the test suite)
    982986            </para>
    983987          </listitem>
Note: See TracChangeset for help on using the changeset viewer.