File Coverage

blib/lib/WWW/Suffit/Server.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package WWW::Suffit::Server;
2 1     1   70203 use warnings;
  1         10  
  1         33  
3 1     1   6 use strict;
  1         1  
  1         31  
4 1     1   613 use utf8;
  1         15  
  1         5  
5              
6             =encoding utf8
7              
8             =head1 NAME
9              
10             WWW::Suffit::Server - The Suffit API server library
11              
12             =head1 VERSION
13              
14             Version 1.00
15              
16             =head1 SYNOPSIS
17              
18             use WWW::Suffit::Server;
19              
20             =head1 DESCRIPTION
21              
22             This library provides methods of the Suffit API servers
23              
24             =head1 DEPENDENCIES
25              
26             L, L
27              
28             =head1 TO DO
29              
30             See C file
31              
32             =head1 SEE ALSO
33              
34             L
35              
36             =head1 AUTHOR
37              
38             Serż Minus (Sergey Lepenkov) L Eabalama@cpan.orgE
39              
40             =head1 COPYRIGHT
41              
42             Copyright (C) 1998-2023 D&D Corporation. All Rights Reserved
43              
44             =head1 LICENSE
45              
46             This program is free software; you can redistribute it and/or
47             modify it under the same terms as Perl itself.
48              
49             See C file and L
50              
51             =cut
52              
53             our $VERSION = "1.00";
54              
55             1;
56              
57             __END__