NAME
Net::DNS::ZoneParse::Generator::Native - Net::DNS::ZoneParse's native generator.
DESCRIPTION
The native generator generates valid files, which can be read by most parsers. If the corresponding information is available, it will generate correct $TTL and $ORIGIN directives and - at least for the name of the resource records shorten the names, if applicable.
EXPORT
generate
This will be called by the Interface of Net::DNS:ZoneParse and return the corresponding zonetext.
SEE ALSO
Net::DNS::ZoneParse
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.