| Net-RRP documentation | view source | Contained in the Net-RRP distribution. |
Net::RRP::Request::Renew - rrp renew request representation.
use Net::RRP::Request::Renew;
my $renewRequest = new Net::RRP::Request::Renew
( entity => new Net::RRP::Entity::Domain ( DomainName => 'domain.ru' )
options => { Period => 10, CurrentExpirationYear => 2000 } );
This is a rrp renew request representation class.
return a 'Renew'
throw Net::RRP::Exception::InvalidEntityValue unless entity is Net::RRP::Entity::Domain
Pass only Period && CurrentExpirationYear option. Throw Net::RRP::Exception::InvalidCommandOption at other case.
Net::RRP::Request::Renew (C) Michael Kulakov, Zenon N.S.P. 2000
125124, 19, 1-st Jamskogo polja st,
Moscow, Russian Federation
mkul@cpan.org
All rights reserved.
You may distribute this package under the terms of either the GNU
General Public License or the Artistic License, as specified in the
Perl README file.
Net::RRP::Request(3), Net::RRP::Codec(3), Net::RRP::Entity::Domain(3), Net::RRP::Entity::NameServer(3), RFC 2832, Net::RRP::Exception::InvalidCommandOption(3), Net::RRP::Exception::InvalidEntityValue(3)
| Net-RRP documentation | view source | Contained in the Net-RRP distribution. |