line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Siebel::Srvrmgr::Exporter; |
2
|
|
|
|
|
|
|
$Siebel::Srvrmgr::Exporter::VERSION = '0.04'; |
3
|
1
|
|
|
1
|
|
24476
|
use strict; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
27
|
|
4
|
1
|
|
|
1
|
|
5
|
use warnings; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
31
|
|
5
|
|
|
|
|
|
|
|
6
|
|
|
|
|
|
|
1; |
7
|
|
|
|
|
|
|
__END__ |
8
|
|
|
|
|
|
|
=head1 NAME |
9
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
Siebel::Srvrmgr::Exporter - Perl extension for dumping Siebel Components data |
11
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
head1 SYNOPSIS |
13
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
use Siebel::Srvrmgr::Exporter; |
15
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
=head1 DESCRIPTION |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
This module is just Pod and version controlling. |
19
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
=head2 EXPORT |
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
None by default. |
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
=head1 SEE ALSO |
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
L<Siebel::Srvrmgr> |
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
=head1 AUTHOR |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
Alceu Rodrigues de Freitas Junior, E<lt>arfreitas@cpan.orgE<gt> |
31
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
This software is copyright (c) 2012 of Alceu Rodrigues de Freitas Junior, E<lt>arfreitas@cpan.orgE<gt> |
35
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
This file is part of Siebel Monitoring Tools. |
37
|
|
|
|
|
|
|
|
38
|
|
|
|
|
|
|
Siebel Monitoring Tools is free software: you can redistribute it and/or modify |
39
|
|
|
|
|
|
|
it under the terms of the GNU General Public License as published by |
40
|
|
|
|
|
|
|
the Free Software Foundation, either version 3 of the License, or |
41
|
|
|
|
|
|
|
(at your option) any later version. |
42
|
|
|
|
|
|
|
|
43
|
|
|
|
|
|
|
Siebel Monitoring Tools is distributed in the hope that it will be useful, |
44
|
|
|
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of |
45
|
|
|
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
46
|
|
|
|
|
|
|
GNU General Public License for more details. |
47
|
|
|
|
|
|
|
|
48
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License |
49
|
|
|
|
|
|
|
along with Siebel Monitoring Tools. If not, see <http://www.gnu.org/licenses/>. |
50
|
|
|
|
|
|
|
|
51
|
|
|
|
|
|
|
=cut |
52
|
|
|
|
|
|
|
|