line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package NOLookup; |
2
|
|
|
|
|
|
|
|
3
|
2
|
|
|
2
|
|
627
|
use 5.008001; |
|
2
|
|
|
|
|
7
|
|
4
|
2
|
|
|
2
|
|
10
|
use strict; |
|
2
|
|
|
|
|
3
|
|
|
2
|
|
|
|
|
36
|
|
5
|
2
|
|
|
2
|
|
9
|
use warnings; |
|
2
|
|
|
|
|
3
|
|
|
2
|
|
|
|
|
95
|
|
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
our $VERSION = "1.22"; |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
=pod |
11
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
=encoding ISO-8859-1 |
13
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
=head1 NAME |
15
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
NOLookup - a set of lookup modules for various Norwegian data services. |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
=head1 SYNOPSIS |
19
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
See the POD for the respective lookup modules. |
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
=head1 DESCRIPTION |
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
Search and lookup information about Noriwegian domains, organizations and trademarks. |
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
See POD for each lookup module for further details. |
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
=head1 LICENSE |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
Copyright (C) 2017- Trond Haugen. |
31
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
This library is free software; you can redistribute it and/or modify |
33
|
|
|
|
|
|
|
it under the same terms as Perl itself. |
34
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
=head1 AUTHOR |
36
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
Trond Haugen, E<lt>(nospam)info(at)norid.noE<gt> |
38
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
=cut |
40
|
|
|
|
|
|
|
|
41
|
|
|
|
|
|
|
1; |