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
This commit is contained in:
Ken Moffat 2016-02-11 01:50:48 +00:00
parent cced370445
commit c49365a9f8
2 changed files with 32 additions and 3 deletions

View File

@ -133,7 +133,13 @@
into /usr/bin/, please document it at the end of the page. 'perldoc' is
sometimes a good place to start, then for scripts look at any comments in the
script, and if you get a package like Text::BibTeX with compiled progs and
library, look at the comments in the code -->
library, look at the comments in the code
Also, for external modules where we link to CPAN without a current version,
prefer to use http://search.cpan.org/dist/Module-Name if that works, rather
than pointing to a maintainers home directory : the maintainer for a package
sometimes changes -->
<sect1 id="perl-modules" xreflabel="Perl modules">
<?dbhtml filename="perl-modules.html" ?>
@ -190,8 +196,18 @@
<literallayout>&Archive-Zip-download-http;
MD5 sum: &Archive-Zip-md5sum;</literallayout>
<itemizedlist>
<listitem><literallayout><ulink url="http://search.cpan.org/~gfranks/Test-MockModule/">Test::MockModule</ulink>
(http://search.cpan.org/~gfranks/Test-MockModule/)</literallayout>
<listitem><literallayout><ulink url="http://search.cpan.org/dist/Test-MockModule/">Test::MockModule</ulink> - This uses the <xref linkend="perl-build-install"/>
(http://search.cpan.org/dist/Test-MockModule/)</literallayout>
<itemizedlist>
<listitem> <literallayout><ulink url="http://search.cpan.org/dist/SUPER/">SUPER</ulink>
(http://search.cpan.org/dist/SUPER/) (for the testsuite)</literallayout>
<itemizedlist>
<listitem><literallayout><ulink url="http://search.cpan.org/dist/Sub-Identify/">Sub-Identify</ulink>
(http://search.cpan.org/dist/Sub-Identify/)(for the testsuite)</literallayout>
</listitem>
</itemizedlist>
</listitem>
</itemizedlist>
</listitem>
</itemizedlist>
</listitem>
@ -846,6 +862,14 @@ MD5 sum: &List-AllUtils-md5sum;</literallayout>
<itemizedlist>
<listitem> <literallayout><ulink url="http://search.cpan.org/dist/CPAN-Meta-Check/">CPAN::Meta::Check</ulink>
(http://search.cpan.org/dist/CPAN::Meta::Check/) (for the testsuite)</literallayout>
<itemizedlist>
<!-- FIXME : this duplicates the details for Test-Deep which is also needed by
Module-Metadata (below) : that (not _this_ one) can probably go after a
reasonable length of time -->
<listitem> <literallayout><ulink url="http://search.cpan.org/dist/Test-Deep/">Test::Deep</ulink>
(http://search.cpan.org/dist/Test::Deep/) (for the testsuite)</literallayout>
</listitem>
</itemizedlist>
</listitem>
<listitem> <literallayout><ulink url="http://search.cpan.org/dist/Module-Metadata/">Module::Metadata</ulink>
(http://search.cpan.org/dist/Module::Metadata/) (for the testsuite)

View File

@ -47,6 +47,11 @@
<listitem>
<para>February 10th, 2016</para>
<itemizedlist>
<listitem>
<para>[ken] - Add more external perl modules required by
the testsuites of other modules. Note that Test::MockModule
uses Module::Build.</para>
</listitem>
<listitem>
<para>[ken] - Update to asymptote-2.36. Fixes
<ulink url="&blfs-ticket-root;7428">#7428</ulink>.</para>