File Coverage

blib/lib/WWW/Suffit.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;
2 1     1   68136 use warnings;
  1         12  
  1         34  
3 1     1   6 use strict;
  1         1  
  1         19  
4 1     1   613 use utf8;
  1         14  
  1         5  
5              
6             =encoding utf-8
7              
8             =head1 NAME
9              
10             WWW::Suffit - The Suffit core library
11              
12             =head1 VERSION
13              
14             Version 1.00
15              
16             =head1 SYNOPSIS
17              
18             use WWW::Suffit;
19              
20             =head1 DESCRIPTION
21              
22             This library provides common functionality for all sub projects of the Suffit metasystem
23              
24             =head1 DEPENDENCIES
25              
26             L
27              
28             =head1 HISTORY
29              
30             See C file
31              
32             =head1 TO DO
33              
34             See C file
35              
36             =head1 SEE ALSO
37              
38             L
39              
40             =head1 AUTHOR
41              
42             Serż Minus (Sergey Lepenkov) L Eabalama@cpan.orgE
43              
44             =head1 COPYRIGHT
45              
46             Copyright (C) 1998-2023 D&D Corporation. All Rights Reserved
47              
48             =head1 LICENSE
49              
50             This program is free software; you can redistribute it and/or
51             modify it under the same terms as Perl itself.
52              
53             See C file and L
54              
55             =cut
56              
57             our $VERSION = '1.00';
58              
59             # . . . coming soon . . .
60              
61             1;
62              
63             __END__