NAME
WebService::Telnic::Client::RR - Enhanced Net::DNS::RR records
SYNOPSIS
my $rr = Net::DNS::RR->new( ... );
WebService::Telnic::Client::RR->upgrade($rr);
$rr->id(12345);
DESCRIPTION
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.
- WebService::Telnic::Client::RR->upgrade($rr)
-
Upgrades a Net::DNS::RR object to this class
- $rr->downgrade()
-
Downgrades an object to a Net::DNS::RR object
- $rr->id()
-
Getter/setter for the id attribute of records. For editing records this should be set to an existing id in the Tel Hosting system
- $rr->owner()
-
Getter/setter for the owner attribute
- $rr->profiles()
-
Getter/setter for the profile attribute
- $rr->groups()
-
Getter/setter for the groups attribute
AUTHOR
Peter Makholm, <peter at makholm.net>
COPYRIGHT & LICENSE
Copyright 2009 Peter Makholm, all rights reserved.
This software is released under the MIT license cited in WebService::Telnic.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 47:
You forgot a '=back' before '=head1'