File Coverage

blib/lib/Bundle/Unicheck.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 Bundle::Unicheck;
2              
3 1     1   19973 use 5.10.1;
  1         3  
  1         41  
4 1     1   10 use strict;
  1         2  
  1         30  
5 1     1   4 use warnings FATAL => 'all';
  1         12  
  1         67  
6              
7             =head1 NAME
8              
9             Bundle::Unicheck - App::Unicheck bundled with a set of modules.
10              
11             =head1 VERSION
12              
13             Version 0.03
14              
15             =cut
16              
17             our $VERSION = '0.03';
18              
19              
20             =head1 SYNOPSIS
21              
22             C
23              
24             =head1 CONTENTS
25              
26             App::Unicheck
27              
28             App::Unicheck::Modules::HTTP
29              
30             App::Unicheck::Modules::Redis
31              
32             App::Unicheck::Modules::MongoDB
33              
34             =head1 AUTHOR
35              
36             Matthias Krull, C<< >>
37              
38             =head1 BUGS
39              
40             Please report any bugs or feature requests to C, or through
41             the web interface at L. I will be notified, and then you'll
42             automatically be notified of progress on your bug as I make changes.
43              
44              
45              
46              
47             =head1 SUPPORT
48              
49             You can find documentation for this module with the perldoc command.
50              
51             perldoc Bundle::Unicheck
52              
53              
54             You can also look for information at:
55              
56             =over 4
57              
58             =item * RT: CPAN's request tracker (report bugs here)
59              
60             L
61              
62             =item * AnnoCPAN: Annotated CPAN documentation
63              
64             L
65              
66             =item * CPAN Ratings
67              
68             L
69              
70             =item * Search CPAN
71              
72             L
73              
74             =back
75              
76              
77             =head1 ACKNOWLEDGEMENTS
78              
79              
80             =head1 LICENSE AND COPYRIGHT
81              
82             Copyright 2013 Matthias Krull.
83              
84             This program is free software; you can redistribute it and/or modify it
85             under the terms of the the Artistic License (2.0). You may obtain a
86             copy of the full license at:
87              
88             L
89              
90             Any use, modification, and distribution of the Standard or Modified
91             Versions is governed by this Artistic License. By using, modifying or
92             distributing the Package, you accept this license. Do not use, modify,
93             or distribute the Package, if you do not accept this license.
94              
95             If your Modified Version has been derived from a Modified Version made
96             by someone other than you, you are nevertheless required to ensure that
97             your Modified Version complies with the requirements of this license.
98              
99             This license does not grant you the right to use any trademark, service
100             mark, tradename, or logo of the Copyright Holder.
101              
102             This license includes the non-exclusive, worldwide, free-of-charge
103             patent license to make, have made, use, offer to sell, sell, import and
104             otherwise transfer the Package with respect to any patent claims
105             licensable by the Copyright Holder that are necessarily infringed by the
106             Package. If you institute patent litigation (including a cross-claim or
107             counterclaim) against any party alleging that the Package constitutes
108             direct or contributory patent infringement, then this Artistic License
109             to you shall terminate on the date that such litigation is filed.
110              
111             Disclaimer of Warranty: THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER
112             AND CONTRIBUTORS "AS IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES.
113             THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
114             PURPOSE, OR NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY
115             YOUR LOCAL LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR
116             CONTRIBUTOR WILL BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR
117             CONSEQUENTIAL DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE,
118             EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
119              
120              
121             =cut
122              
123             1; # End of Bundle::Unicheck