Changeset a40bc4f7


Ignore:
Timestamp:
09/25/2016 11:40:27 PM (8 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
3a24ee1
Parents:
755648d3
Message:

Perl Modules : Fixups for Capture::Tiny now that it is a top-level second-class module (correct the description, list the URL as text after the link). Treat XML::LibXML in a similar fashion and add its missing dependency of libxml2 (I guess everyone who previously tried to build it had already built that).

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

Files:
2 edited

Legend:

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

    r755648d3 ra40bc4f7  
    182182    </para>
    183183
    184     <para>Where a module is used by more than one other module on this page,
    185     but not by other packages in the book, it is listed by name here (without
    186     a version) so that it can be linked from multiple places on this page.</para>
     184    <para>If a module is used by more than one other module on this page, but
     185    not by other packages in the book, it is listed by name here at the top
     186    level (but without a version) to slightly reduce the complexity of the XML
     187    source for this page.</para>
    187188
    188189    <para>Where a module is shown as '(for the testsuite)' it is required if
    189190    you wish to run the test for the module which uses it. In these cases, only
    190     the required dependencies are listed - there might be other modules which
    191     allow more tests to be run, but omitting them will still allow the tests
    192     to <literal>PASS</literal>.</para>
     191    the required or recommended dependencies are listed - there might be other
     192    modules which allow more tests to be run, but omitting them will still allow
     193    the tests to <literal>PASS</literal>.</para>
    193194
    194195    <!-- Archive::Zip -->
     
    363364    </indexterm>
    364365
    365     <para>The Business::ISSN module captures STDOUT and STDERR from Perl, XS or
     366    <para>The Capture::Tiny module captures STDOUT and STDERR from Perl, XS or
    366367    external programs.  This module uses the standard
    367368    <xref linkend="perl-standard-install"/>.</para>
     
    370371      <listitem>
    371372        <para>
    372           <ulink url="http://search.cpan.org/dist/Capture-Tiny/">Capture::Tiny;</ulink>
     373          <ulink url="http://search.cpan.org/dist/Capture-Tiny/">Capture::Tiny</ulink><literallayout>
     374(http://search.cpan.org/dist/Capture-Tiny/)</literallayout>
    373375        </para>
    374376      </listitem>
     
    18531855    </itemizedlist>
    18541856
     1857    <!-- XML::LibXML is a dependency of multiple modules on this page                           
     1858         But it is not linked from other pages, so only give minimal details -->
     1859
     1860    <bridgehead renderas="sect3" id="perl-xml-libxml"
     1861    xreflabel="XML::LibXML">
     1862    XML::LibXML</bridgehead>
     1863
     1864    <indexterm zone="perl-modules perl-xml-libxml">
     1865      <primary sortas="a-XML-LibXML">XML::LibXML</primary>
     1866    </indexterm>
     1867
     1868    <para>The XML::LibXML is a perl binding for <xref linkend="libxml2"/>.
     1869    This module uses the standard <xref linkend="perl-standard-install"/>.
     1870    </para>
     1871
     1872    <para>Upstream blacklists current versions of <xref linkend="libxml2"/>
     1873    on the grounds of "schema regression" and the build will warn that the
     1874    version of libxml2 is incompatible, but it appears to work.</para>
     1875
     1876    <itemizedlist>
     1877      <listitem>
     1878        <para>
     1879          <ulink url="http://search.cpan.org/dist/XML-LibXML/">XML::LibXML</ulink><literallayout>
     1880(http://search.cpan.org/dist/XML-LibXML/)</literallayout>
     1881        </para>
     1882      </listitem>
     1883    </itemizedlist>
     1884
    18551885    <!-- XML::LibXML::Simple -->
    18561886    <bridgehead renderas="sect3" id="perl-xml-libxml-simple"
     
    20162046            </itemizedlist>-->
    20172047          </listitem>
    2018           <listitem><literallayout> <ulink id="perl-xml-libxml" xreflabel="XML::LibXML" url="http://search.cpan.org/~shlomif/XML-LibXML/">XML::LibXML</ulink>
    2019 (http://search.cpan.org/~shlomif/XML-LibXML/)
    2020 (recommended for faster parsing)</literallayout>
     2048          <listitem>
     2049            <para>
     2050              <xref linkend="perl-xml-libxml"/> (recommended for faster parsing)
     2051            </para>
    20212052          </listitem>
    20222053          <listitem><literallayout><ulink url="http://search.cpan.org/~chorny/Tie-IxHash/">Tie::IxHash</ulink>
  • introduction/welcome/changelog.xml

    r755648d3 ra40bc4f7  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[ken] - Perl Modules - fix Capture::Tiny to correct the
     51          description and to again list the download URL now that it has been
     52          moved to a top-level module in the page structure. Similarly move
     53          XML-LibXML to top-level and add its dependency of libxml2.</para>
     54        </listitem>
     55        <listitem>
    5056          <para>[bdubbs] - Update to mpg123-1.23.7. Fixes
    5157          <ulink url="&blfs-ticket-root;8353">#8353</ulink>.</para>
Note: See TracChangeset for help on using the changeset viewer.