Changeset f9a969ac


Ignore:
Timestamp:
12/02/2010 03:34:55 PM (13 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
44fe081f
Parents:
552da8e
Message:

Updated Perl module Test::Pod::Coverage dependencies, allowing the removal of Test::Simple from the Perl Modules page as it is now a core module

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r552da8e rf9a969ac  
    367367<!ENTITY Test-Portability-Files-version "0.05">
    368368<!ENTITY Test-Prereq-version          "1.033">
    369 <!ENTITY Test-Simple-version          "0.70">
    370369<!ENTITY Text-CSV-version             "1.05">
    371370<!ENTITY Text-CSV_XS-version          "0.52">
  • general/prog/perl-modules.xml

    r552da8e rf9a969ac  
    5757      additional clutter in the instructions.</para>
    5858    </note>
    59 
    60     <!-- This is info for the Test::Builder::Tester module which may very well
    61          be obsolete now. The packages that need it apparently also now need
    62          Test::More-0.62 which is a core Perl module in an updated version. To
    63          install the Test::More-0.62 version you must install the
    64          Test::Simple-0.62 module which will overwrite the Perl core stuff.
    65          The Test::Simple-0.62 module now includes the Test::Builder::Tester
    66          module. Perl versions starting with Perl-5.9.x will have this module
    67          include in the core at which time Test::Builder::Tester can be forever
    68          removed from this page as it will then also be a core module.
    69 
    70     <para id="perl-test-builder-tester"><ulink
    71     url="http://cpan.org/authors/id/M/MA/MARKF/Test-Builder-Tester-&Test-Builder-Tester-version;.tar.gz">
    72     Test-Builder-Tester-&Test-Builder-Tester-version;</ulink></para>
    73     <indexterm zone="perl-modules perl-test-builder-tester">
    74       <primary sortas="g-Test-Builder-Tester">Test::Builder::Tester</primary>
    75     </indexterm>
    76     -->
    7759
    7860    <!-- Archive::Zip -->
     
    991973    distribution for POD coverage. It is normally used by developers to
    992974    ensure their projects are adequately covered with POD and it is also used
    993     in the test suites of many module distributions. This module and all the
    994     dependencies are installed using the standard
     975    in the test suites of many module distributions. This module and the
     976    dependency are installed using the standard
    995977    <application>Perl</application> module
    996978    <xref linkend="perl-standard-install"/>.</para>
     
    1004986        <itemizedlist>
    1005987          <listitem>
    1006             <para id="perl-test-builder-tester">
    1007             <xref linkend="perl-test-simple"/> or
    1008             <ulink
    1009             url="http://cpan.org/authors/id/M/MA/MARKF/Test-Builder-Tester-&Test-Builder-Tester-version;.tar.gz">
    1010             Test-Builder-Tester-&Test-Builder-Tester-version;</ulink></para>
    1011             <indexterm zone="perl-modules perl-test-builder-tester">
    1012               <primary sortas="g-Test-Builder-Tester">Test::Builder::Tester</primary>
    1013             </indexterm>
    1014           </listitem>
    1015           <listitem>
    1016988            <para><xref linkend="perl-pod-coverage"/></para>
    1017           </listitem>
    1018         </itemizedlist>
    1019 
    1020       </listitem>
    1021     </itemizedlist>
    1022 
    1023     <!-- Test::Simple -->
    1024     <bridgehead renderas="sect3" id="perl-test-simple"
    1025     xreflabel="Test::Simple-&Test-Simple-version;">
    1026     Test::Simple-&Test-Simple-version;</bridgehead>
    1027 
    1028     <indexterm zone="perl-modules perl-test-simple">
    1029       <primary sortas="g-Test-Simple">Test::Simple</primary>
    1030     </indexterm>
    1031 
    1032     <para>The Test::Simple module contains utilities designed to assist
    1033     developers in creating tests. A version of Test::Simple was installed
    1034     during LFS with the <application>Perl</application>-&lfs-perl-version;
    1035     installation, however, some of the sub-modules contained in Test::Simple
    1036     have been updated (notably, the Test::More module) and these updated
    1037     modules are now required by other modules. This updated version of
    1038     Test::Simple also now includes the Test:Builder:Tester module, required by
    1039     many of the modules on this page. Note that installing this updated
    1040     version of Test::Simple will overwrite some files from the original
    1041     <application>Perl</application> installation, but there's really nothing to
    1042     be alarmed about as these modules are only used by developers creating
    1043     tests, or for running the test suites during additional module
    1044     installations.</para>
    1045 
    1046     <itemizedlist spacing='compact'>
    1047       <listitem>
    1048         <para><ulink
    1049         url="http://cpan.org/authors/id/M/MS/MSCHWERN/Test-Simple-&Test-Simple-version;.tar.gz">
    1050         Test-Simple-&Test-Simple-version;</ulink>
    1051         (uses the standard <xref linkend="perl-standard-install"/>)</para>
    1052 
    1053         <itemizedlist>
    1054           <listitem>
    1055             <para><xref linkend="perl-module-signature"/>
    1056             (optionally used during the tests)</para>
    1057           </listitem>
    1058           <listitem>
    1059             <para><xref linkend="perl-test-pod-coverage"/>
    1060             (optionally used during the tests, and is circular)</para>
    1061           </listitem>
    1062           <listitem>
    1063             <para><xref linkend="perl-pod-coverage"/>
    1064             (optionally used during the tests, and is circular)</para>
    1065989          </listitem>
    1066990        </itemizedlist>
     
    14331357            (optionally used during the tests)</para>
    14341358          </listitem>
    1435           <listitem>
    1436             <para><xref linkend="perl-test-simple"/>
    1437             (optionally used during the tests)</para>
    1438           </listitem>
    14391359        </itemizedlist>
    14401360
  • introduction/welcome/changelog.xml

    r552da8e rf9a969ac  
    4545      <para>December 2nd, 2010</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated Perl module Test::Pod::Coverage dependencies,
     49          allowing the removal of Test::Simple from the
     50          <application>Perl</application> Modules page as it is now a core
     51          module.</para>
     52        </listitem>
    4753        <listitem>
    4854          <para>[randy] - Updated Perl module Pod::Coverage to 0.21.</para>
Note: See TracChangeset for help on using the changeset viewer.