line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Geo::WebService::OpenCellID::Response::measure; |
2
|
4
|
|
|
4
|
|
45
|
use warnings; |
|
4
|
|
|
|
|
6
|
|
|
4
|
|
|
|
|
258
|
|
3
|
4
|
|
|
4
|
|
18
|
use strict; |
|
4
|
|
|
|
|
7
|
|
|
4
|
|
|
|
|
111
|
|
4
|
4
|
|
|
4
|
|
19
|
use base qw{Geo::WebService::OpenCellID::Response}; |
|
4
|
|
|
|
|
6
|
|
|
4
|
|
|
|
|
715
|
|
5
|
|
|
|
|
|
|
our $VERSION = '0.03'; |
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
=head1 NAME |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
Geo::WebService::OpenCellID::Response::measure - Perl API for the opencellid.org database |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
=head1 SYNOPSIS |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
=head1 DESCRIPTION |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
Perl Interface to the database at http://www.opencellid.org/ |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
=head1 USAGE |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
=head1 METHODS |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
=head1 BUGS |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
Submit to RT and email the Author |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
=head1 SUPPORT |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
Try the Author or Try 8motions.com |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
=head1 AUTHOR |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
Michael R. Davis |
32
|
|
|
|
|
|
|
CPAN ID: MRDVT |
33
|
|
|
|
|
|
|
STOP, LLC |
34
|
|
|
|
|
|
|
domain=>michaelrdavis,tld=>com,account=>perl |
35
|
|
|
|
|
|
|
http://www.stopllc.com/ |
36
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
=head1 COPYRIGHT |
38
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
This program is free software; you can redistribute |
40
|
|
|
|
|
|
|
it and/or modify it under the same terms as Perl itself. |
41
|
|
|
|
|
|
|
|
42
|
|
|
|
|
|
|
The full text of the license can be found in the |
43
|
|
|
|
|
|
|
LICENSE file included with this module. |
44
|
|
|
|
|
|
|
|
45
|
|
|
|
|
|
|
=head1 SEE ALSO |
46
|
|
|
|
|
|
|
|
47
|
|
|
|
|
|
|
=cut |
48
|
|
|
|
|
|
|
|
49
|
|
|
|
|
|
|
1; |