source: general/prog/perl-modules/perl-uri.xml@ bc784a2

perl-modules
Last change on this file since bc784a2 was bc784a2, checked in by Ken Moffat <ken@…>, 6 years ago

perl modules branch: Next batch of modules. In particular, drop the no-longer-used IPv6 deps from Try::Tiny and update the runtime depen dency for URI to HTTP::Message.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/perl-modules@20500 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 2.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../../general.ent">
5 %general-entities;
6
7 <!ENTITY my-download-http "&perl_authors;/id/E/ET/ETHER/URI-&URI-version;.tar.gz">
8 <!ENTITY my-md5sum "eff0352d6de29a8d4d61efcc7774186c">
9
10]>
11
12 <!-- Begin URI -->
13 <sect2 id="new-perl-uri" xreflabel="URI-&URI-version;">
14
15 <title>URI-&URI-version;</title>
16
17 <indexterm zone="new-perl-uri">
18 <primary sortas="a-URI">URI</primary>
19 </indexterm>
20
21 <sect3 role="package">
22 <title>Introduction to URI</title>
23
24 <para>
25 This module implements the URI class. Objects of this class represent
26 "Uniform Resource Identifier references" as specified in RFC 2396 (and
27 updated by RFC 2732). A Uniform Resource Identifier is a compact string
28 of characters that identifies an abstract or physical resource. A
29 Uniform Resource Identifier can be further classified as either a
30 Uniform Resource Locator (URL) or a Uniform Resource Name (URN). The
31 distinction between URL and URN does not matter to the URI class
32 interface. A "URI-reference" is a URI that may have additional
33 information attached in the form of a fragment identifier.
34 </para>
35
36 &lfs83_checked;
37
38 <bridgehead renderas="sect4">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&my-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download MD5 sum: &my-md5sum;
48 </para>
49 </listitem>
50 </itemizedlist>
51
52 <bridgehead renderas="sect4">URI Dependencies</bridgehead>
53
54 <bridgehead renderas="sect5">Required</bridgehead>
55 <para role="required">
56 <xref linkend="new-perl-test-needs"/> (for the testsuite)
57 </para>
58
59 </sect3>
60
61 <sect3 role="installation">
62 <title>Installation of URI</title>
63
64 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
65 href="../../../xincludes/perl-standard-install.xml"/>
66
67 </sect3>
68
69 </sect2>
Note: See TracBrowser for help on using the repository browser.