line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Net::EPP::Frame::Command::Delete; |
2
|
1
|
|
|
1
|
|
6
|
use base qw(Net::EPP::Frame::Command); |
|
1
|
|
|
|
|
4
|
|
|
1
|
|
|
|
|
98
|
|
3
|
1
|
|
|
1
|
|
452
|
use Net::EPP::Frame::Command::Delete::Contact; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
27
|
|
4
|
1
|
|
|
1
|
|
475
|
use Net::EPP::Frame::Command::Delete::Domain; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
47
|
|
5
|
1
|
|
|
1
|
|
433
|
use Net::EPP::Frame::Command::Delete::Host; |
|
1
|
|
|
|
|
9
|
|
|
1
|
|
|
|
|
29
|
|
6
|
1
|
|
|
1
|
|
6
|
use strict; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
30
|
|
7
|
|
|
|
|
|
|
|
8
|
|
|
|
|
|
|
=pod |
9
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
=head1 NAME |
11
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
Net::EPP::Frame::Command::Delete - an instance of L |
13
|
|
|
|
|
|
|
for the EPP CdeleteE> command. |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
=head1 OBJECT HIERARCHY |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
L |
18
|
|
|
|
|
|
|
+----L |
19
|
|
|
|
|
|
|
+----L |
20
|
|
|
|
|
|
|
+----L |
21
|
|
|
|
|
|
|
+----L |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
=head1 METHODS |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
This module does not define any methods in addition to those it inherits from |
26
|
|
|
|
|
|
|
its ancestors. |
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
=cut |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
1; |