glfs/general/prog/perl-modules/perl-net-dns.xml
Douglas R. Reno f863a1b094 Update to Net-DNS-1.30 (Perl Module)
Update to libXres-1.2.1 (Xorg Library)
Update to ghostscript-9.54.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24426 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-04-02 01:11:55 +00:00

57 lines
1.6 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/N/NL/NLNETLABS/Net-DNS-&Net-DNS-version;.tar.gz">
<!ENTITY my-md5sum "2d0751f5f1a92e4cc95835cd4b9a1d8e">
]>
<!-- Begin Net::DNS -->
<sect2 id="perl-net-dns" xreflabel="Net-DNS-&Net-DNS-version;">
<title>Net::DNS-&Net-DNS-version;</title>
<indexterm zone="perl-net-dns">
<primary sortas="a-Net-DNS">Net::DNS</primary>
</indexterm>
<sect3 role="package">
<title>Introduction to Net::DNS</title>
<para>
Net::DNS is a DNS resolver implemented in <application>Perl</application>.
It can be used to perform nearly any type of DNS query from a
<application>Perl</application> script.
</para>
&lfs101_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>
</sect3>
<sect3 role="installation">
<title>Installation of Net::DNS</title>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../../xincludes/perl-standard-install.xml"/>
</sect3>
</sect2>