Changeset 9e98480


Ignore:
Timestamp:
06/30/2015 03:17:16 AM (9 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
ac1441e
Parents:
cc6410cf
Message:

Perl modules: Add deps needed to recursively run 'make test' for List::AllUtils, and clarify that in these cases there may be other optional deps.

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

Files:
2 edited

Legend:

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

    rcc6410cf r9e98480  
    4040    build and installation instructions are shown at the bottom of this page.
    4141    </para>
     42
     43    <para>Where a module is shown as '(for the testsuite)' it is required if
     44    you wish to run the test for the module which uses it. In these cases, only
     45    the required dependencies are listed - there might be other modules which
     46    allow more tests to be run, but omitting them will still allow the tests
     47    to <literal>PASS</literal>.</para>
    4248
    4349    <!-- <itemizedlist spacing="compact">
     
    741747MD5 sum: 3e2dfeeef80c4e1952443c6b7d48583c</literallayout>
    742748        <itemizedlist>
     749          <listitem> <literallayout><ulink url="http://search.cpan.org/dist/List-MoreUtils/">List::MoreUtils</ulink>
     750(http://search.cpan.org/dist/List::MoreUtils/) (for the testsuite)</literallayout>
     751            <itemizedlist>
     752              <listitem> <literallayout><ulink url="http://search.cpan.org/dist/Exporter-Tiny/">Exporter::Tiny</ulink>
     753(http://search.cpan.org/dist/Exporter::Tiny/) (for the testsuite)</literallayout>
     754              </listitem>
     755            </itemizedlist>
     756          </listitem>
    743757          <listitem> <literallayout><ulink url="http://search.cpan.org/dist/Number-Compare/">Number::Compare</ulink>
    744758(http://search.cpan.org/dist/Number::Compare/)</literallayout>
     759          </listitem>
     760          <listitem> <literallayout><ulink url="http://search.cpan.org/dist/Test-Warnings/">Test::Warnings</ulink>
     761(http://search.cpan.org/dist/Test::Warnings/) (for the testsuite)</literallayout>
     762            <itemizedlist>
     763              <listitem> <literallayout><ulink url="http://search.cpan.org/dist/CPAN-Meta-Check/">CPAN::Meta::Check</ulink>
     764(http://search.cpan.org/dist/CPAN::Meta::Check/) (for the testsuite)</literallayout>
     765              </listitem>
     766              <listitem> <literallayout><ulink url="http://search.cpan.org/dist/Module-Metadata/">Module::Metadata</ulink>
     767(http://search.cpan.org/dist/Module::Metadata/) (for the testsuite)
     768This is a core perl module but Test::Warnings needs at least version 1.000023
     769so a newer version is needed in LFS-7.7. To check, run
     770<command>grep 'our $VERSION' /usr/lib/perl5/5.*/Module/Metadata.pm</command></literallayout>
     771                <itemizedlist>
     772                  <listitem> <literallayout><ulink url="http://search.cpan.org/dist/Test-Deep/">Test::Deep</ulink>
     773(http://search.cpan.org/dist/Test::Deep/) (for the testsuite)</literallayout>
     774                    <itemizedlist>
     775                      <listitem> <literallayout><ulink url="http://search.cpan.org/dist/Test-NoWarnings/">Test::NoWarnings</ulink>
     776(http://search.cpan.org/dist/Test::NoWarnings/) (for the testsuite)</literallayout>
     777                        <itemizedlist>
     778                          <listitem> <literallayout><ulink url="http://search.cpan.org/dist/Test-Simple/">Test::Simple</ulink>
     779(http://search.cpan.org/dist/Test::Simple/) (for the testsuite)
     780In perl 5.22.0 this module became part of the core,
     781so it is only needed for earlier versions of perl.</literallayout>
     782                          </listitem>
     783                        </itemizedlist>
     784                      </listitem>
     785                    </itemizedlist>
     786                  </listitem>
     787                </itemizedlist>
     788              </listitem>
     789            </itemizedlist>
    745790          </listitem>
    746791          <listitem> <literallayout><ulink url="http://search.cpan.org/dist/Text-Glob/">Text::Glob</ulink>
     
    944989        <itemizedlist>
    945990          <listitem><literallayout><ulink url="http://search.cpan.org/~gaas/Digest-HMAC/">Digest::HMAC</ulink>
    946 (http://search.cpan.org/~gaas/Digest-HMAC/) (required by the testsuite)</literallayout>
     991(http://search.cpan.org/~gaas/Digest-HMAC/) (for the testsuite)</literallayout>
    947992          </listitem>
    948993          <listitem><literallayout><ulink url="http://search.cpan.org/~shlomif/IO-Socket-INET6-2.72/">IO::Socket::INET6</ulink>
  • introduction/welcome/changelog.xml

    rcc6410cf r9e98480  
    4848      <para>June 29th, 2015</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[ken] - Add the dependencies needed to run 'make test' for
     52          List::AllUtils (perl module) - I managed to omit them when I originally
     53          added biblatex-biber. And clarify that there might be other (optional)
     54          dependencies for those modules labelled '(for the testsuite)' - these
     55          modules do not have a version in the book, so their treatment is the
     56          same as for other packages with external references.</para>
     57        </listitem>
    5058        <listitem>
    5159          <para>[bdubbs] - Add KF5 based applications konsole, kate, and
Note: See TracChangeset for help on using the changeset viewer.