line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
#-*- Mode: CPerl -*- |
2
|
|
|
|
|
|
|
## |
3
|
|
|
|
|
|
|
## File: DDC::Client::Distributed.pm |
4
|
|
|
|
|
|
|
## Author: Bryan Jurish |
5
|
|
|
|
|
|
|
## Description: |
6
|
|
|
|
|
|
|
## + DDC Query utilities: clients for distributed server |
7
|
|
|
|
|
|
|
## (since v0.41 just a dummy wrapper for DDC::Client) |
8
|
|
|
|
|
|
|
##====================================================================== |
9
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
package DDC::Client::Distributed; |
11
|
26
|
|
|
26
|
|
223
|
use DDC::Client; |
|
26
|
|
|
|
|
59
|
|
|
26
|
|
|
|
|
738
|
|
12
|
26
|
|
|
26
|
|
127
|
use strict; |
|
26
|
|
|
|
|
58
|
|
|
26
|
|
|
|
|
1305
|
|
13
|
|
|
|
|
|
|
our @ISA = qw(DDC::Client); |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
1; ##-- be happy |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
__END__ |