glfs/general/prog/perl-modules/perl-uri.xml
Douglas R. Reno c7b1dcc132 Update to URI-5.07 (Perl Module)
Update to samba-4.13.4
Update to glibmm-2.66.0
Update to pangomm-2.46.0
Update to telepathy-glib-0.24.2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24159 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-01-31 00:33:03 +00:00

72 lines
2.2 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 "&perl_authors;/id/O/OA/OALDERS/URI-&URI-version;.tar.gz">
<!ENTITY my-md5sum "2109530e0fa538c02d43fc37705f6fce">
<!ENTITY my-md5sum "">
]>
<!-- Begin URI -->
<sect2 id="perl-uri" xreflabel="URI-&URI-version;">
<title>URI-&URI-version;</title>
<indexterm zone="perl-uri">
<primary sortas="a-URI">URI</primary>
</indexterm>
<sect3 role="package">
<title>Introduction to URI</title>
<para>
This module implements the URI class. Objects of this class represent
"Uniform Resource Identifier references" as specified in RFC 2396 (and
updated by RFC 2732). A Uniform Resource Identifier is a compact string
of characters that identifies an abstract or physical resource. A
Uniform Resource Identifier can be further classified as either a
Uniform Resource Locator (URL) or a Uniform Resource Name (URN). The
distinction between URL and URN does not matter to the URI class
interface. A "URI-reference" is a URI that may have additional
information attached in the form of a fragment identifier.
</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">URI Dependencies</bridgehead>
<bridgehead renderas="sect5">Recommended (required for the testsuite)</bridgehead>
<para role="recommended">
<xref linkend="perl-test-needs"/>
</para>
</sect3>
<sect3 role="installation">
<title>Installation of URI</title>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../../xincludes/perl-standard-install.xml"/>
</sect3>
</sect2>