glfs/general/prog/perl-deps/perl-try-tiny.xml
Douglas R. Reno 0984a007b2 Tag HTTP::Daemon dependencies and a couple of other miscellaneous packages.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22712 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-02-17 18:10:59 +00: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 "eb362c3cb32c42f9f28de9ddb7f2ead6">
]>
<!-- 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>
&lfs91_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>