source: general/prog/perl-modules/perl-net-dns.xml

trunk
Last change on this file was a11c886, checked in by Bruce Dubbs <bdubbs@…>, 2 months ago

Update to Net-DNS-1.44 (Perl module).

  • Property mode set to 100644
File size: 1.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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/N/NL/NLNETLABS/Net-DNS-&Net-DNS-version;.tar.gz">
8 <!ENTITY my-md5sum "e4694815daeeb6f7ac80e0a1fec6839b">
9]>
10
11 <!-- Begin Net::DNS -->
12 <sect2 id="perl-net-dns" xreflabel="Net-DNS-&Net-DNS-version;">
13
14 <title>Net::DNS-&Net-DNS-version;</title>
15
16 <indexterm zone="perl-net-dns">
17 <primary sortas="a-Net-DNS">Net::DNS</primary>
18 </indexterm>
19
20 <sect3 role="package">
21 <title>Introduction to Net::DNS</title>
22
23 <para>
24 Net::DNS is a DNS resolver implemented in <application>Perl</application>.
25 It can be used to perform nearly any type of DNS query from a
26 <application>Perl</application> script.
27 </para>
28
29 &lfs121_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 </sect3>
46
47 <sect3 role="installation">
48 <title>Installation of Net::DNS</title>
49
50 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
51 href="../../../xincludes/perl-standard-install.xml"/>
52
53 </sect3>
54
55 </sect2>
Note: See TracBrowser for help on using the repository browser.