Changeset c49365a9


Ignore:
Timestamp:
02/11/2016 01:50:48 AM (8 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.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:
d8ddab5
Parents:
cced370
Message:

More external perl modules for testsuites, and note that Test::MockModule uses Module::Build instead of the standard instructions.

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

Files:
2 edited

Legend:

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

    rcced370 rc49365a9  
    134134 sometimes a good place to start, then for scripts look at any comments in the
    135135 script, and if you get a package like Text::BibTeX with compiled progs and
    136  library, look at the comments in the code -->
     136 library, look at the comments in the code
     137
     138 Also, for external modules where we link to CPAN without a current version,
     139 prefer to use http://search.cpan.org/dist/Module-Name if that works, rather
     140 than pointing to a maintainers home directory : the maintainer for a package
     141 sometimes changes -->
     142
    137143<sect1 id="perl-modules" xreflabel="Perl modules">
    138144  <?dbhtml filename="perl-modules.html" ?>
     
    191197MD5 sum: &Archive-Zip-md5sum;</literallayout>
    192198        <itemizedlist>
    193           <listitem><literallayout><ulink url="http://search.cpan.org/~gfranks/Test-MockModule/">Test::MockModule</ulink>
    194 (http://search.cpan.org/~gfranks/Test-MockModule/)</literallayout>
     199          <listitem><literallayout><ulink url="http://search.cpan.org/dist/Test-MockModule/">Test::MockModule</ulink> - This uses the <xref linkend="perl-build-install"/>
     200(http://search.cpan.org/dist/Test-MockModule/)</literallayout>
     201            <itemizedlist>
     202              <listitem> <literallayout><ulink url="http://search.cpan.org/dist/SUPER/">SUPER</ulink>
     203(http://search.cpan.org/dist/SUPER/) (for the testsuite)</literallayout>
     204                <itemizedlist>
     205                  <listitem><literallayout><ulink url="http://search.cpan.org/dist/Sub-Identify/">Sub-Identify</ulink>
     206(http://search.cpan.org/dist/Sub-Identify/)(for the testsuite)</literallayout>
     207                  </listitem>
     208                </itemizedlist>
     209              </listitem>
     210            </itemizedlist>
    195211          </listitem>
    196212        </itemizedlist>
     
    847863              <listitem> <literallayout><ulink url="http://search.cpan.org/dist/CPAN-Meta-Check/">CPAN::Meta::Check</ulink>
    848864(http://search.cpan.org/dist/CPAN::Meta::Check/) (for the testsuite)</literallayout>
     865                <itemizedlist>
     866<!-- FIXME : this duplicates the details for Test-Deep which is also needed by
     867 Module-Metadata (below) : that (not _this_ one) can probably go after a
     868 reasonable length of time -->
     869                  <listitem> <literallayout><ulink url="http://search.cpan.org/dist/Test-Deep/">Test::Deep</ulink>
     870(http://search.cpan.org/dist/Test::Deep/) (for the testsuite)</literallayout>
     871                  </listitem>
     872                </itemizedlist>
    849873              </listitem>
    850874              <listitem> <literallayout><ulink url="http://search.cpan.org/dist/Module-Metadata/">Module::Metadata</ulink>
  • introduction/welcome/changelog.xml

    rcced370 rc49365a9  
    4848      <para>February 10th, 2016</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[ken] - Add more external perl modules required by
     52          the testsuites of other modules. Note that Test::MockModule
     53          uses Module::Build.</para>
     54        </listitem>
    5055        <listitem>
    5156          <para>[ken] - Update to asymptote-2.36. Fixes
Note: See TracChangeset for help on using the changeset viewer.