NAME
TinyDNS::Record - Parse a single TinyDNS Record.
DESCRIPTION
This module provides an object API to a single TinyDNS record/line.
It is not quite valid because:
We ignore NS and SOA records, which Amazon would handle for us.
Our TXT records handling uses "T" not ":".
Our MX record handling allows a name to be set with no IP.
There are probably other differences.
AUTHOR
Steve Kemp <steve@steve.org.uk>
COPYRIGHT AND LICENSE
Copyright (C) 2014 Steve Kemp <steve@steve.org.uk>.
This code was developed for an online Git-based DNS hosting solution, which can be found at:
https://dns-api.com/
This library is free software. You can modify and or distribute it under the same terms as Perl itself.