diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2004-10-14 19:16:28 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2004-10-14 19:16:28 +0000 |
commit | 4faa925e166290ae3a40d9e073acc3c589ae0c58 (patch) | |
tree | 8586b00cb1339d059649502cff5f8a05aa5765d9 /dns/p5-Net-DNS-ZoneFile-Fast/pkg-descr | |
parent | d9da3a1df1936aa0bb9dc752f07b879961400631 (diff) | |
download | ports-4faa925e166290ae3a40d9e073acc3c589ae0c58.tar.gz ports-4faa925e166290ae3a40d9e073acc3c589ae0c58.zip |
Notes
Diffstat (limited to 'dns/p5-Net-DNS-ZoneFile-Fast/pkg-descr')
-rw-r--r-- | dns/p5-Net-DNS-ZoneFile-Fast/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dns/p5-Net-DNS-ZoneFile-Fast/pkg-descr b/dns/p5-Net-DNS-ZoneFile-Fast/pkg-descr new file mode 100644 index 000000000000..713f5dce2468 --- /dev/null +++ b/dns/p5-Net-DNS-ZoneFile-Fast/pkg-descr @@ -0,0 +1,7 @@ +The Net::DNS::ZoneFile::Fast module provides an ability to parse zone +files that BIND8 and BIND9 use, fast. Currently it provides a single +function, parse(), which returns a reference to an array of traditional +Net::DNS::RR objects, so that no new API has to be learned in order to +manipulate zone records. + +WWW: http://search.cpan.org/dist/Net-DNS-ZoneFile-Fast |