glfs/general/prog/perl-deps/perl-test-fatal.xml
Douglas R. Reno d962244313 Tags and add text regarding failing tests in libevent
Off to a few utilities next, and then X...
2022-02-17 14:06:36 -06:00

64 lines
1.7 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;/R/RJ/RJBS/Test-Fatal-&Test-Fatal-version;.tar.gz">
<!ENTITY my-md5sum "da5d864c04a60e71de9ae51b318562fd">
]>
<!-- Begin Test::Fatal -->
<sect2 id="perl-test-fatal" xreflabel="Test-Fatal-&Test-Fatal-version;">
<title>Test::Fatal-&Test-Fatal-version;</title>
<indexterm zone="perl-test-fatal">
<primary sortas="a-Test-Fatal">Test::Fatal</primary>
</indexterm>
<sect3 role="package">
<title>Introduction to Test::Fatal</title>
<para>
The Test::Fatal module provides simple helpers for testing code which
throws exceptions.
</para>
&lfs111_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::Fatal Dependencies</bridgehead>
<bridgehead renderas="sect5">Required</bridgehead>
<para role="required">
<xref linkend="perl-try-tiny"/>
</para>
</sect3>
<sect3 role="installation">
<title>Installation of Test::Fatal</title>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../../xincludes/perl-standard-install.xml"/>
</sect3>
</sect2>