File Coverage

blib/lib/NOLookup.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 11 11 100.0


line stmt bran cond sub pod time code
1             package NOLookup;
2              
3 2     2   816 use 5.008001;
  2         8  
4 2     2   11 use strict;
  2         4  
  2         44  
5 2     2   10 use warnings;
  2         3  
  2         108  
6              
7             our $VERSION = "1.21";
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;