Changeset 895dad28


Ignore:
Timestamp:
11/07/2005 06:37:31 AM (18 years ago)
Author:
DJ Lucas <dj@…>
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:
6ece1a0a
Parents:
76e88b3
Message:

Added Archive::Zip to Perl Modules.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r76e88b3 r895dad28  
    181181<!ENTITY ExtUtils-CBuilder-version    "0.13">
    182182<!ENTITY Archive-Tar-version          "1.26">
     183<!ENTITY Archive-Zip-version          "1.16">
    183184<!ENTITY IO-Zlib-version              "1.04">
    184185<!ENTITY Compress-Zlib-version        "1.38">
  • general/prog/perl-modules.xml

    r76e88b3 r895dad28  
    788788    </itemizedlist>
    789789
     790    <bridgehead renderas="sect3" id="perl-archive-zip"
     791    xreflabel="Archive::Zip">The Archive::Zip Module</bridgehead>
     792
     793    <indexterm zone="perl-modules perl-archive-zip">
     794      <primary sortas="g-Archive-Zip">Archive::Zip</primary>
     795    </indexterm>
     796
     797    <para>The Archive::Zip module allows a <application>Perl</application>
     798    program to create, manipulate, read, and write Zip archive files. The
     799    two modules listed below can be installed using the
     800    <application>Perl</application> module
     801    <xref linkend="perl-standard-install"/>.</para>
     802
     803    <itemizedlist spacing='compact'>
     804      <listitem>
     805        <para><ulink
     806        url="http://www.cpan.org/authors/id/S/SM/SMPETERS/Archive-Zip-&Archive-Zip-version;.tar.gz">
     807        Archive-Zip-&Archive-Zip-version;</ulink></para>
     808
     809        <itemizedlist>
     810          <listitem>
     811            <para><ulink
     812            url="http://www.cpan.org/authors/id/P/PM/PMQS/Compress-Zlib-&Compress-Zlib-version;.tar.gz">
     813            Compress-Zlib-&Compress-Zlib-version;</ulink></para>
     814          </listitem>
     815        </itemizedlist>
     816
     817      </listitem>
     818    </itemizedlist>
     819
    790820  </sect2>
    791821
  • introduction/welcome/changelog.xml

    r76e88b3 r895dad28  
    4949          Programming Tools' section.</para>
    5050        </listitem>
     51        <listitem>
     52          <para>[dj] - Added Archive::Zip to the Perl Modules page.</para>
     53         </listitem>
    5154      </itemizedlist>
    5255    </listitem>
Note: See TracChangeset for help on using the changeset viewer.