glfs/general/prog/perl-deps/perl-try-tiny.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

65 lines
1.9 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;/E/ET/ETHER/Try-Tiny-&Try-Tiny-version;.tar.gz">
<!ENTITY my-md5sum "993a29ee8a03c9bd9c2f7c53d1082a03">
]>
<!-- Begin Try::Tiny -->
<sect2 id="perl-try-tiny" xreflabel="Try-Tiny-&Try-Tiny-version;">
<title>Try::Tiny-&Try-Tiny-version;</title>
<indexterm zone="perl-try-tiny">
<primary sortas="a-Try-Tiny">Try::Tiny</primary>
</indexterm>
<sect3 role="package">
<title>Introduction to Try::Tiny</title>
<para>
Try::Tiny provides <command>try</command> and <command>catch</command>
to expect and handle exceptional conditions, avoiding quirks in
<application>Perl</application> and common mistakes.
</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">Try::Tiny Dependencies</bridgehead>
<bridgehead renderas="sect5">Optional (can be used by the testsuite)</bridgehead>
<para role="optional">
<!-- runs one more test if this is present -->
<xref linkend="perl-capture-tiny"/>
</para>
</sect3>
<sect3 role="installation">
<title>Installation of Try::Tiny</title>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../../xincludes/perl-standard-install.xml"/>
</sect3>
</sect2>