source: general/prog/perl-modules/perl-http-daemon.xml@ cd338330

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 cd338330 was 72592375, checked in by Douglas R. Reno <renodr@…>, 4 years ago

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

  • Property mode set to 100644
File size: 2.3 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/O/OA/OALDERS/HTTP-Daemon-&HTTP-Daemon-version;.tar.gz">
8 <!ENTITY my-md5sum "63674e3f81760a29075853413eb157d8">
9]>
10
11 <!-- Begin HTTP::Daemon -->
12 <sect2 id="perl-http-daemon" xreflabel="HTTP-Daemon-&HTTP-Daemon-version;">
13
14 <title>HTTP::Daemon-&HTTP-Daemon-version;</title>
15
16 <indexterm zone="perl-http-daemon">
17 <primary sortas="a-HTTP-Daemon">HTTP::Daemon</primary>
18 </indexterm>
19
20 <sect3 role="package">
21 <title>Introduction to HTTP::Daemon</title>
22
23 <para>
24 Instances of the HTTP::Daemon class are HTTP/1.1 servers that listen on
25 a socket for incoming requests. The HTTP::Daemon is a subclass of
26 IO::Socket::INET, so you can perform socket operations directly on it too.
27 </para>
28
29 &lfs10_checked;
30
31 <bridgehead renderas="sect4">Package Information</bridgehead>
32 <itemizedlist spacing="compact">
33 <listitem>
34 <para>
35 Download (HTTP): <ulink url="&my-download-http;"/>
36 </para>
37 </listitem>
38 <listitem>
39 <para>
40 Download MD5 sum: &my-md5sum;
41 </para>
42 </listitem>
43 </itemizedlist>
44
45 <bridgehead renderas="sect4">HTTP::Daemon Dependencies</bridgehead>
46
47 <bridgehead renderas="sect5">Required</bridgehead>
48 <para role="required">
49 <xref linkend="perl-http-message"/>
50 <!-- the listed deps are HTTP::Request, HTTP::Response, HTTP::Status
51 which are all submodules from perl-http-message, and also
52 HTTP::Date (perl-http-date) and LWP::MediaTypes (perl-lwp-mediatypes)
53 which are dependencies of perl-http-message, as well as URI (perl-uri)
54 in a test - that too is a dependency of perl-http-message. It claims
55 to want Module::Build::Tiny but that is only for the old ./Build.PL -->
56 </para>
57
58 </sect3>
59
60 <sect3 role="installation">
61 <title>Installation of HTTP::Daemon</title>
62
63 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
64 href="../../../xincludes/perl-standard-install.xml"/>
65
66 </sect3>
67
68 </sect2>
Note: See TracBrowser for help on using the repository browser.