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