
WebService::Telnic::Client::RR - Enhanced Net::DNS::RR records

my $rr = Net::DNS::RR->new( ... );
WebService::Telnic::Client::RR->upgrade($rr);
$rr->id(12345);

WebService::Telnic::Client::RR enhances Net::DNS::RR records with information available within the Tel Hosting system. At the moment LOC, NAPTR, and TXT records are supported.
Upgrades a Net::DNS::RR object to this class
Downgrades an object to a Net::DNS::RR object
Getter/setter for the id attribute of records. For editing records this should be set to an existing id in the Tel Hosting system
Getter/setter for the owner attribute
Getter/setter for the profile attribute
Getter/setter for the groups attribute

Peter Makholm, <peter at makholm.net>

Copyright 2009 Peter Makholm, all rights reserved.
This software is released under the MIT license cited in WebService::Telnic.