glfs/archive/perl-test-mockmodule.xml
Douglas R. Reno aba3149a34 Archive Test::MockModule.
It was previously used only in Archive::Zip, but Archive::Zip no longer
uses it.
2023-08-16 14:54:47 -05:00

69 lines
2.0 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../../general.ent">
%general-entities;
<!ENTITY my-download-http "&metacpan_authors;/G/GF/GFRANKS/Test-MockModule-&Test-MockModule-version;.tar.gz">
<!ENTITY my-md5sum "f36bd9aee0349430c434dc1d06b03589">
]>
<!-- Begin Test::MockModule -->
<sect2 id="perl-test-mockmodule" xreflabel="Test-MockModule-&Test-MockModule-version;">
<title>Test::MockModule-&Test-MockModule-version;</title>
<indexterm zone="perl-test-mockmodule">
<primary sortas="a-Test-MockModule">Test::MockModule</primary>
</indexterm>
<sect3 role="package">
<title>Introduction to Test::MockModule</title>
<para>
Test::MockModule lets you temporarily redefine subroutines in other
packages for the purposes of unit testing.
</para>
&lfs113_checked;
<bridgehead renderas="sect4">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&my-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &my-md5sum;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect4">Test::MockModule Dependencies</bridgehead>
<bridgehead renderas="sect5">Required</bridgehead>
<para role="required">
<xref linkend="perl-module-build"/> and
<xref linkend="perl-super"/>
</para>
<bridgehead renderas="sect5">Recommended (required for the test suite)</bridgehead>
<para role="recommended">
<xref linkend="perl-test-warnings"/>
</para>
</sect3>
<sect3 role="installation">
<title>Installation of Test::MockModule</title>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../../xincludes/perl-build-install.xml"/>
</sect3>
</sect2>