diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2009-08-16 14:06:52 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2009-08-16 14:06:52 +0000 |
commit | 0549f9a44f994c93ffd67b657690c7fe9dad43b7 (patch) | |
tree | fe67aa431033d3bf3b841080875c6139862a950a /dns/p5-DNS-ZoneParse | |
parent | 309a9ff76ae8736499a2071561927459b626ec1c (diff) | |
download | ports-0549f9a44f994c93ffd67b657690c7fe9dad43b7.tar.gz ports-0549f9a44f994c93ffd67b657690c7fe9dad43b7.zip |
Notes
Diffstat (limited to 'dns/p5-DNS-ZoneParse')
-rw-r--r-- | dns/p5-DNS-ZoneParse/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/p5-DNS-ZoneParse/pkg-descr b/dns/p5-DNS-ZoneParse/pkg-descr index ca95bfb3c1cd..a1604d8c365a 100644 --- a/dns/p5-DNS-ZoneParse/pkg-descr +++ b/dns/p5-DNS-ZoneParse/pkg-descr @@ -5,7 +5,7 @@ DNS zones, or for transferring DNS zones to other servers. If you want to generate an XML-friendly version of your zone files, it is easy to use XML::Simple with this module once you have parsed the zonefile. -DNS::ZoneParse scans the DNS zonefile - removes comments and seperates the file +DNS::ZoneParse scans the DNS zonefile - removes comments and separates the file into it's constituent records. It then parses each record and stores the records internally. See below for information on the accessor methods. |