Changeset 717a0d0


Ignore:
Timestamp:
01/17/2006 01:06:32 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:
8bd0183
Parents:
dbb5a07
Message:

Added three new Perl Modules as dependencies of the Digest::SHA module: Devel::Symdump, Pod::Coverage and Test::Pod::Coverage

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rdbb5a07 r717a0d0  
    1 <!ENTITY day          "16">
     1<!ENTITY day          "17">
    22<!ENTITY month        "01">
    33<!ENTITY year         "2006">
     
    180180<!ENTITY Crypt-SSLeay-version         "0.51">
    181181<!ENTITY DateManip-version            "5.44">
     182<!ENTITY Devel-Symdump-version        "2.05">
    182183<!ENTITY Digest-BubbleBabble-version  "0.01">
    183184<!ENTITY Digest-HMAC-version          "1.01">
     
    202203<!ENTITY PAR-Dist-version             "0.07">
    203204<!ENTITY Tk-Perl-version              "804.027">
     205<!ENTITY Pod-Coverage-version         "0.17">
    204206<!ENTITY Pod-Escapes-version          "1.04">
    205207<!ENTITY Pod-Simple-version           "3.03">
     
    207209<!ENTITY Socket6-version              "0.18">
    208210<!ENTITY Spiffy-version               "0.25">
     211<!ENTITY Test-Builder-Tester-version  "1.01">
    209212<!ENTITY Test-Pod-version             "1.22">
     213<!ENTITY Test-Pod-Coverage-version    "1.06">
    210214<!ENTITY Test-Prereq-version          "1.028">
    211215<!ENTITY Test-Simple-version          "0.62">
     
    216220<!ENTITY XML-Parser-version           "2.34">
    217221<!ENTITY YAML-version                 "0.50">
    218 <!-- <!ENTITY Test-Builder-Tester-version  "1.01"> -->
    219222
    220223<!-- Perl module versions used in the PDL instructions -->
  • general/prog/perl-modules.xml

    rdbb5a07 r717a0d0  
    9191    <para>The Archive::Zip module allows a <application>Perl</application>
    9292    program to create, manipulate, read, and write Zip archive files. The
    93     two modules listed below can be installed using the
     93    modules listed below can be installed using the standard
    9494    <application>Perl</application> module
    9595    <xref linkend="perl-standard-install"/>.</para>
     
    199199    after unpacking the distribution tarball and changing into the top-level
    200200    directory. The module and dependencies can be installed using the
    201     <application>Perl</application> module
     201    standard <application>Perl</application> module
    202202    <xref linkend="perl-standard-install"/>.</para>
    203203
     
    243243    <para>The Finance::QuoteHist bundle is several modules designed to fetch
    244244    historical stock quotes from the web. The module and dependencies can be
    245     installed using the <application>Perl</application> module
     245    installed using the standard <application>Perl</application> module
    246246    <xref linkend="perl-standard-install"/>.</para>
    247247
     
    288288    HTML::HeadParser module, you will also need to install
    289289    <xref linkend="perl-lwp"/>. The two modules listed below can be installed
    290     using the <application>Perl</application> Module
     290    using the standard <application>Perl</application> Module
    291291    <xref linkend="perl-standard-install"/>.</para>
    292292
     
    361361    more general use and even classes that help you implement simple HTTP
    362362    servers. The LWP modules and all its <application>Perl</application>
    363     module dependencies can be installed using the
     363    module dependencies can be installed using the standard
    364364    <application>Perl</application> Module
    365365    <xref linkend="perl-standard-install"/>.</para>
     
    487487    system) uses <xref linkend="perl-module-build-install"/>. All the
    488488    dependencies can be installed using the standard
     489    <application>Perl</application> module
    489490    <xref linkend="perl-standard-install"/>.</para>
    490491
     
    552553          <listitem>
    553554            <para><xref linkend="perl-module-signature"/> (required to use the
    554             Module::Build <quote>distsign</quote> method and optionally used
    555             during the tests)</para>
     555            Module::Build <quote>distsign</quote> run-time method and
     556            optionally used during the tests)</para>
    556557          </listitem>
    557558          <listitem>
     
    598599    are required for it. You can even use Module::Info to gather dependencies
    599600    of uninstalled modules. The Module::Info module installs using the standard
     601    <application>Perl</application> module
    600602    <xref linkend="perl-standard-install"/>. The version module requires using
    601603    the Module::Build installation method.</para>
     
    691693              <primary sortas="g-Digest-SHA">Digest::SHA</primary>
    692694            </indexterm>
     695
     696            <itemizedlist>
     697              <listitem>
     698                <para id="perl-test-pod-coverage"><ulink
     699                url="http://cpan.org/authors/id/P/PE/PETDANCE/Test-Pod-Coverage-&Test-Pod-Coverage-version;.tar.gz">
     700                Test-Pod-Coverage-&Test-Pod-Coverage-version;</ulink>
     701                (optionally used during the tests).</para>
     702                <indexterm zone="perl-modules perl-test-pod-coverage">
     703                  <primary sortas="g-Test-Pod-Coverage">Test::Pod::Coverage</primary>
     704                </indexterm>
     705
     706                <itemizedlist>
     707                  <listitem>
     708                    <para id="perl-test-builder-tester">
     709                    <xref linkend="perl-test-simple"/> or
     710                    <ulink
     711                    url="http://cpan.org/authors/id/M/MA/MARKF/Test-Builder-Tester-&Test-Builder-Tester-version;.tar.gz">
     712                    Test-Builder-Tester-&Test-Builder-Tester-version;</ulink></para>
     713                    <indexterm zone="perl-modules perl-test-builder-tester">
     714                      <primary sortas="g-Test-Builder-Tester">Test::Builder::Tester</primary>
     715                    </indexterm>
     716                  </listitem>
     717                  <listitem>
     718                    <para id="perl-pod-coverage"><ulink
     719                    url="http://cpan.org/authors/id/R/RC/RCLAMP/Pod-Coverage-0.17.tar.gz">
     720                    Pod-Coverage-&Pod-Coverage-version;</ulink></para>
     721                    <indexterm zone="perl-modules perl-pod-coverage">
     722                      <primary sortas="g-Pod-Coverage">Pod::Coverage</primary>
     723                    </indexterm>
     724
     725                    <itemizedlist>
     726                      <listitem>
     727                        <para id="perl-devel-symdump"><ulink
     728                        url="http://cpan.org/authors/id/A/AN/ANDK/Devel-Symdump-&Devel-Symdump-version;.tar.gz">
     729                        Devel-Symdump-&Devel-Symdump-version;</ulink></para>
     730                        <indexterm zone="perl-modules perl-devel-symdump">
     731                          <primary sortas="g-Devel-Symdump">Devel::Symdump</primary>
     732                        </indexterm>
     733
     734                        <itemizedlist>
     735                          <listitem>
     736                            <para><xref linkend="perl-test-pod"/> (optionally
     737                            used during the tests)</para>
     738                          </listitem>
     739                        </itemizedlist>
     740
     741                      </listitem>
     742                      <listitem>
     743                        <para><xref linkend="perl-module-build"/></para>
     744                      </listitem>
     745                    </itemizedlist>
     746
     747                  </listitem>
     748                </itemizedlist>
     749
     750              </listitem>
     751            </itemizedlist>
     752
    693753          </listitem>
    694754          <listitem>
     
    712772    <application>Perl</application>. It can be used to perform nearly any type
    713773    of DNS query from a <application>Perl</application> script. The Net::DNS
    714     module and all its dependencies can be installed using the
     774    module and all its dependencies can be installed using the standard
    715775    <application>Perl</application> Module
    716776    <xref linkend="perl-standard-install"/>.</para>
     
    838898    Documentation) files. The Test::Pod module is typically included by module
    839899    authors to automatically find and check all POD files in a module
    840     distribution. This module and all the dependencies can be installed using the
     900    distribution. This module and all the dependencies can be installed using
     901    the standard <application>Perl</application> Module
    841902    <xref linkend="perl-standard-install"/>.</para>
    842903
     
    9751036    core-<application>Tk</application>'s use of UTF-8. Tk-&Tk-Perl-version;
    9761037    builds and loads into a threaded <application>Perl</application> but is NOT
    977     yet thread safe. The module can be installed using the
     1038    yet thread safe. The module can be installed using the standard
    9781039    <application>Perl</application> Module
    9791040    <xref linkend="perl-standard-install"/>.</para>
     
    10061067    interface to James Clark's XML parser,
    10071068    <application>expat</application>. The module can be installed using the
    1008     <application>Perl</application> Module
     1069    standard <application>Perl</application> Module
    10091070    <xref linkend="perl-standard-install"/>.</para>
    10101071
  • introduction/welcome/changelog.xml

    rdbb5a07 r717a0d0  
    4343
    4444    <listitem>
     45      <para>January 17th, 2006</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Added three new Perl Modules as dependencies of the
     49          Digest::SHA module: Devel::Symdump, Pod::Coverage and
     50          Test::Pod::Coverage.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
    4556      <para>January 16th, 2006</para>
    4657      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.