The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::DNS::ZoneParse::Parser::NetDNSZoneFileFast - Glue for Net::DNS::ZoneParse to use Net::DNS::ZoneFile::Fast.

DESCRIPTION

NetDNSZoneFileFast uses Net::DNS::ZoneFile::Fast as parsing engine. This provides an Interface to a fast parser with support for most directives and the most common RRs; though not all are supported.

EXPORT

parse

        $rr = Net::DNS::ZoneParse::Parser::NetDNSZoneFileFast->parse($param)

This will be called by Net::DNS::ZoneParse

SEE ALSO

Net::DNS::ZoneParse Net::DNS::ZoneFile::Fast

AUTHOR

Benjamin Tietz <benjamin@micronet24.de>

COPYRIGHT

Copyright (C) 2010 by Benjamin Tietz

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.