glfs/general/prog/perl-modules/perl-net-dns.xml
Bruce Dubbs 374ffc0696 Update to cups-filters-1.28.2.
Update to ghostscript-9.53.1. 
Update to libxkbcommon-1.0.1. 
Update to pygments-2.7.0 (Python Module). 
Update to Net-DNS-1.27 (Perl module). 



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23715 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-09-15 23:00:12 +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 "204e08e5c8042ce0e7d7f0851af46d50">
]>
<!-- 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>
&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>
</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>