Changeset 6b830b9f


Ignore:
Timestamp:
01/15/2006 03:53:28 AM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
6894318f
Parents:
47daa5a
Message:

Updated the Compress::Zlib Perl Module to version 1.41 and provided a text description

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r47daa5a r6b830b9f  
    186186<!ENTITY Archive-Zip-version          "1.16">
    187187<!ENTITY IO-Zlib-version              "1.04">
    188 <!ENTITY Compress-Zlib-version        "1.38">
     188<!ENTITY Compress-Zlib-version        "1.41">
    189189<!ENTITY Text-Diff-version            "0.35">
    190190<!ENTITY Algorithm-Diff-version       "1.1901">
  • general/prog/perl-modules.xml

    r47daa5a r6b830b9f  
    304304    </indexterm>
    305305
    306     <para></para>
     306    <para>The Compress::Zlib module provides a <application>Perl</application>
     307    interface to the <application>Zlib</application> compression library. Most
     308    of the functionality provided by <application>Zlib</application> is
     309    available in Compress::Zlib. The module can be split into two general areas
     310    of functionality, namely in-memory compression/decompression and read/write
     311    access to gzip files.</para>
    307312
    308313    <note>
     
    322327        <para><ulink
    323328        url="http://cpan.org/authors/id/P/PM/PMQS/Compress-Zlib-&Compress-Zlib-version;.tar.gz">
    324         Compress-Zlib-&Compress-Zlib-version;</ulink></para>
     329        Compress-Zlib-&Compress-Zlib-version;</ulink>
     330        (<xref linkend="perl-standard-install"/>)</para>
    325331      </listitem>
    326332    </itemizedlist>
     
    360366      </listitem>
    361367    </itemizedlist>
     368
     369    <!-- HTML::TableExtract -->
     370    <bridgehead renderas="sect3" id="perl-html-tableextract"
     371    xreflabel="HTML::TableExtract">The HTML::TableExtract Module</bridgehead>
     372
     373    <indexterm zone="perl-modules perl-html-tableextract">
     374      <primary sortas="g-HTML-TableExtract">HTML::TableExtract</primary>
     375    </indexterm>
     376
     377    <para></para>
     378
     379    <itemizedlist spacing='compact'>
     380      <listitem>
     381        <para><ulink
     382        url="http://cpan.org/authors/id/M/MS/MSISK/HTML-TableExtract-&HTML-TableExtract-version;.tar.gz">
     383        HTML-TableExtract-&HTML-TableExtract-version;</ulink></para>
     384
     385        <itemizedlist>
     386          <listitem>
     387            <para><xref linkend="perl-html-parser"/></para>
     388          </listitem>
     389        </itemizedlist>
     390
     391      </listitem>
     392    </itemizedlist>
    362393
    363394    <!-- XML::Parser -->
     
    734765        <itemizedlist>
    735766          <listitem>
    736             <para id="perl-html-tableextract"><ulink
    737             url="http://cpan.org/authors/id/M/MS/MSISK/HTML-TableExtract-&HTML-TableExtract-version;.tar.gz">
    738             HTML-TableExtract-&HTML-TableExtract-version;</ulink></para>
    739             <indexterm zone="perl-modules perl-html-tableextract">
    740               <primary sortas="g-HTML-TableExtract">HTML::TableExtract</primary>
    741             </indexterm>
    742 
    743             <itemizedlist>
    744               <listitem>
    745                 <para><xref linkend="perl-html-parser"/></para>
    746               </listitem>
    747             </itemizedlist>
    748 
     767            <para><xref linkend="perl-html-tableextract"/></para>
    749768          </listitem>
    750769          <listitem>
     
    777796        <itemizedlist>
    778797          <listitem>
    779             <para><ulink
    780             url="http://cpan.org/authors/id/M/MS/MSISK/HTML-TableExtract-&HTML-TableExtract-version;.tar.gz">
    781             HTML-TableExtract-&HTML-TableExtract-version;</ulink></para>
    782 
    783             <itemizedlist>
    784               <listitem>
    785                 <para><xref linkend="perl-html-parser"/></para>
    786               </listitem>
    787             </itemizedlist>
    788 
     798            <para><xref linkend="perl-html-tableextract"/></para>
    789799          </listitem>
    790800          <listitem>
  • introduction/welcome/changelog.xml

    r47daa5a r6b830b9f  
    4747        <listitem>
    4848          <para>[randy] - Singled out the Compress::Zlib module in the Perl
    49           Modules instructions.</para>
     49          Modules instructions and updated to the 1.41 version.</para>
    5050        </listitem>
    5151      </itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.