NAME
Net::DNS::ZoneParse::Parser::NetDNSZoneParser - Glue for Net::DNS::ZoneParse to use Net::DNS::Zone::Parser
DESCRIPTION
NetDNSZoneParser uses Net::DNS::Zone::Parser as parsing engine. This can perform to different tasks. On the one hand it is a pre-parser, helping other parsers to read zonefile, on the other hand it can be used to generate the corresponding Records directly.
EXPORT
parse
$rr = Net::DNS::ZoneParse::Parser::NetDNSZoneParser->parse($param)
This will be called by Net::DNS::ZoneParse. The parameters filehandle will be modified to point to the preparsed zone. If NetDNSZoneParser is called with CREATE_RR set, the Records read will be returned.
SEE ALSO
Net::DNS::ZoneParse Net::DNS::Zone::Parser
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.