NAME
Net::RRP::Request::Delete - rrp delete request representation.
SYNOPSIS
use Net::RRP::Request::Delete;
my $deleteRequest = new Net::RRP::Request::Delete
( entity => new Net::RRP::Entity::Domain ( DomainName => [ 'domain.ru' ] ) );
my $deleteRequest1 = new Net::RRP::Request::Delete ();
$deleteRequest1->setEntity ( new Net::RRP::Entity::Domain ( DomainName => [ 'domain.ru' ] ) );
DESCRIPTION
This is a rrp delete request representation class.
getName
return a 'Delete'
setEntity
say "die" unless entity is Net::RRP::Entity::Domain or Net::RRP::Entity::NameServer
setOption
say "die" immediate
AUTHOR AND COPYRIGHT
Net::RRP::Request::Delete (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.
SEE ALSO
Net::RRP::Request(3), Net::RRP::Codec(3), Net::RRP::Entity::Domain(3), Net::RRP::Entity::NameServer(3), RFC 2832