Changeset 51f154b for general


Ignore:
Timestamp:
01/15/2006 07:33:20 PM (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:
231e47d7
Parents:
635a8a20
Message:

Replaced the Test::Builder::Tester Perl Module with the Test::Simple-0.62 module and updated to the Test-Pod-1.22 Perl Module

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

File:
1 edited

Legend:

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

    r635a8a20 r51f154b  
    5252    -->
    5353
     54    <!-- This is info for the Test::Builder::Tester module which may very well
     55         be obsolete now. The packages that need it apparently also now need
     56         Test::More-0.62 which is a core Perl module in an updated version. To
     57         install the Test::More-0.62 version you must install the
     58         Test::Simple-0.62 module which will overwrite the Perl core stuff.
     59         The Test::Simple-0.62 module now includes the Test::Builder::Tester
     60         module. Perl versions starting with Perl-5.9.x will have this module
     61         include in the core at which time Test::Builder::Tester can be forever
     62         removed from this page as it will then also be a core module.
     63         
     64    <para id="perl-test-builder-tester"><ulink
     65    url="http://cpan.org/authors/id/M/MA/MARKF/Test-Builder-Tester-&Test-Builder-Tester-version;.tar.gz">
     66    Test-Builder-Tester-&Test-Builder-Tester-version;</ulink></para>
     67    <indexterm zone="perl-modules perl-test-builder-tester">
     68      <primary sortas="g-Test-Builder-Tester">Test::Builder::Tester</primary>
     69    </indexterm>
     70    -->
     71
    5472    <!-- Module::Info -->
    5573    <bridgehead renderas="sect3" id="perl-module-info"
     
    121139          </listitem>
    122140          <listitem>
    123             <para id="perl-test-builder-tester"><ulink
    124             url="http://cpan.org/authors/id/M/MA/MARKF/Test-Builder-Tester-&Test-Builder-Tester-version;.tar.gz">
    125             Test-Builder-Tester-&Test-Builder-Tester-version;</ulink></para>
    126             <indexterm zone="perl-modules perl-test-builder-tester">
    127               <primary sortas="g-Test-Builder-Tester">
    128               Test::Builder::Tester</primary>
    129             </indexterm>
     141            <para><xref linkend="perl-test-simple"/></para>
    130142          </listitem>
    131143        </itemizedlist>
     
    391403      </listitem>
    392404    </itemizedlist>
     405
     406    <!-- Test::Simple -->
     407    <bridgehead renderas="sect3" id="perl-test-simple"
     408    xreflabel="Test::Simple">The Test::Simple Module</bridgehead>
     409
     410    <indexterm zone="perl-modules perl-test-simple">
     411      <primary sortas="g-Test-Simple">Test::Simple</primary>
     412    </indexterm>
     413
     414    <para>The Test::Simple module contains utilities designed to assist
     415    developers in creating tests. A version of Test::Simple was installed
     416    during LFS with the <application>Perl</application>-&LFS-Perl-version;
     417    installation, however, some of the sub-modules contained in Test::Simple
     418    have been updated (notably, the Test::More module) and these updated
     419    modules are now required by other modules. This updated version of
     420    Test::Simple also now includes the Test:Builder:Tester module, required by
     421    many of the modules on this page. Note that installing this updated
     422    version of Test::Simple will overwrite some files from the original
     423    <application>Perl</application> installation, but there's really nothing to
     424    be alarmed about as these modules are only used by developers creating
     425    tests, or for running the test suites during additional module
     426    installations.</para>
     427
     428    <itemizedlist spacing='compact'>
     429      <listitem>
     430        <para><ulink
     431        url="http://cpan.org/authors/id/M/MS/MSCHWERN/Test-Simple-&Test-Simple-version;.tar.gz">
     432        Test-Simple-&Test-Simple-version;</ulink>
     433        (<xref linkend="perl-standard-install"/>)</para>
     434      </listitem>
     435    </itemizedlist>
    393436
    394437    <!-- XML::Parser -->
Note: See TracChangeset for help on using the changeset viewer.