source: general/prog/perl-deps/perl-libwww-perl.xml@ a0032d68

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.0 9.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since a0032d68 was a0032d68, checked in by Ken Moffat <ken@…>, 5 years ago

First part of perl module updates related to latest versions for biber.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21924 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.4 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 "&metacpan_authors;/O/OA/OALDERS/libwww-perl-&libwww-perl-version;.tar.gz">
8 <!ENTITY my-md5sum "e6eec32d76fee9d8752efbd355e6e7bc">
9
10]>
11
12 <!-- Begin libwww-perl -->
13 <sect2 id="perl-libwww-perl" xreflabel="libwww-perl-&libwww-perl-version;">
14
15 <title>libwww-perl-&libwww-perl-version;</title>
16
17 <indexterm zone="perl-libwww-perl">
18 <primary sortas="a-libwww-perl">libwww-perl</primary>
19 </indexterm>
20
21 <sect3 role="package">
22 <title>Introduction to LWP - The World-wide Web library for
23 <application>Perl</application></title>
24
25 <para>
26 The libwww-perl collection is a set of Perl modules which provides a
27 simple and consistent application programming interface (API) to the
28 World-Wide Web. The main focus of the library is to provide classes and
29 functions that allow you to write WWW clients. The library also contains
30 modules that are of more general use and even classes that help you
31 implement simple HTTP servers.
32 </para>
33
34 &lfs84_checked;
35
36 <bridgehead renderas="sect4">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&my-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download MD5 sum: &my-md5sum;
46 </para>
47 </listitem>
48 </itemizedlist>
49
50 <bridgehead renderas="sect4">libwww-perl Dependencies</bridgehead>
51
52 <bridgehead renderas="sect5">Required</bridgehead>
53 <para role="required">
54 <xref linkend="perl-file-listing"/>,
55 <xref linkend="perl-http-cookies"/>,
56 <xref linkend="perl-http-daemon"/>,
57 <!-- perl-http-daemon pulls in perl-http-message
58 for HTTP::Request, HTTP::Response, HTTP::Status -->
59 <!-- perl-http-message pulls in perl-encode-locale,
60 perl-http-date, perl-lwp-mediatypes and perl-uri -->
61 <xref linkend="perl-http-negotiate"/>,
62 <xref linkend="perl-html-parser"/>,
63 <xref linkend="perl-net-http"/>,
64 <xref linkend="perl-try-tiny"/> and
65 <xref linkend="perl-www-robotrules"/>
66 </para>
67
68 <bridgehead renderas="sect5">Recommended (required for the testsuite)</bridgehead>
69 <para role="recommended">
70 <xref linkend="perl-test-fatal"/>,
71 <xref linkend="perl-test-needs"/> and
72 <xref linkend="perl-test-requiresinternet"/>
73 </para>
74
75 </sect3>
76
77 <sect3 role="installation">
78 <title>Installation of libwww-perl</title>
79
80 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
81 href="../../../xincludes/perl-standard-install.xml"/>
82
83 <para>
84 After installing this package, if you want HTTPS protocol support install
85 <xref linkend="perl-lwp-protocol-https"/>.
86 </para>
87
88 </sect3>
89
90 <sect3 role="content">
91 <title>Contents</title>
92
93 <segmentedlist>
94 <segtitle>Installed Programs</segtitle>
95
96 <seglistitem>
97 <seg>
98 lwp-download, lwp-dump, lwp-mirror, lwp-request
99 </seg>
100 </seglistitem>
101 </segmentedlist>
102
103 <variablelist>
104 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
105 <?dbfo list-presentation="list"?>
106 <?dbhtml list-presentation="table"?>
107
108 <varlistentry id="lwp-download-prog">
109 <term><command>lwp-download</command></term>
110 <listitem>
111 <para>is a script to fetch a large file from the web.</para>
112 <!-- the -prog is for while (old) and new- perl module pages
113 are both in the book, without it the link to the package is
114 correct, but the link to the prog goes to the progs in old
115 perl-modules.xml -->
116 <indexterm zone="perl-libwww-perl lwp-download-prog">
117 <primary sortas="b-lwp-download">lwp-download</primary>
118 </indexterm>
119 </listitem>
120 </varlistentry>
121
122 <varlistentry id="lwp-dump-prog">
123 <term><command>lwp-dump</command></term>
124 <listitem>
125 <para>is used to see what headers and content is returned
126 for a URL.</para>
127 <indexterm zone="perl-libwww-perl lwp-dump-prog">
128 <primary sortas="b-lwp-dump">lwp-dump</primary>
129 </indexterm>
130 </listitem>
131 </varlistentry>
132
133 <varlistentry id="lwp-mirror-prog">
134 <term><command>lwp-mirror</command></term>
135 <listitem>
136 <para>is a simple mirror utility.</para>
137 <indexterm zone="perl-libwww-perl lwp-mirror-prog">
138 <primary sortas="b-lwp-mirror">lwp-mirror</primary>
139 </indexterm>
140 </listitem>
141 </varlistentry>
142
143 <varlistentry id="lwp-request-prog">
144 <term><command>lwp-request</command></term>
145 <listitem>
146 <para>is a simple command line user agent.</para>
147 <indexterm zone="perl-libwww-perl lwp-request-prog">
148 <primary sortas="b-lwp-request">lwp-request</primary>
149 </indexterm>
150 </listitem>
151 </varlistentry>
152
153 </variablelist>
154
155 </sect3>
156
157 </sect2>
Note: See TracBrowser for help on using the repository browser.