glfs/general/prog/perl-deps/perl-http-date.xml
Douglas R. Reno 72592375e8 Tags, test suite updates for llvm/valgrind, and a typo fix
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23541 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-08-17 04:12:39 +00:00

66 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;/O/OA/OALDERS/HTTP-Date-&HTTP-Date-version;.tar.gz">
<!ENTITY my-md5sum "2ecbb3aedf6aef062605191813ca3027">
]>
<!-- Begin HTTP::Date -->
<sect2 id="perl-http-date" xreflabel="HTTP-Date-&HTTP-Date-version;">
<title>HTTP::Date-&HTTP-Date-version;</title>
<indexterm zone="perl-http-date">
<primary sortas="a-HTTP-Date">HTTP::Date</primary>
</indexterm>
<sect3 role="package">
<title>Introduction to HTTP::Date</title>
<para>
HTTP::Date provides functions to deal with the date formats used by the
HTTP protocol and also with some other date formats.
</para>
&lfs10_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">HTTP::Date Dependencies</bridgehead>
<bridgehead renderas="sect5">Recommended</bridgehead>
<para role="recommended">
<!-- Time::Zone is part of TimeDate -->
<xref linkend="perl-timedate"/> (to allow it to recognize zones other
than GMT and numeric)
</para>
</sect3>
<sect3 role="installation">
<title>Installation of HTTP::Date</title>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../../xincludes/perl-standard-install.xml"/>
</sect3>
</sect2>