<?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 "f3ba5295ee588d25dabc74a2ecda296a">

]>

  <!-- 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>

      &lfs110a_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>