File Coverage

blib/lib/Alien/hiredis.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 Alien::hiredis;
2              
3 1     1   225718 use strict;
  1         3  
  1         45  
4 1     1   6 use warnings;
  1         2  
  1         81  
5              
6             our $VERSION = '0.016';
7              
8 1     1   7 use parent 'Alien::Base';
  1         2  
  1         8  
9              
10             1;
11              
12             =head1 NAME
13              
14             Alien::hiredis - Alien wrapper for hiredis
15              
16             =head1 DESCRIPTION
17              
18             This module provides the L
19             minimalistic C client library for the L database. See
20             L for usage.
21              
22             =head1 BUGS
23              
24             Report any issues on the public bugtracker.
25              
26             =head1 AUTHOR
27              
28             Dan Book
29              
30             =head1 COPYRIGHT AND LICENSE
31              
32             This software is Copyright (c) 2019 by Dan Book.
33              
34             This is free software, licensed under:
35              
36             The Artistic License 2.0 (GPL Compatible)
37              
38             Bundled L library for
39             share installs is licensed under the (three-clause) BSD License.
40             See its F file for details.
41              
42             =head1 SEE ALSO
43              
44             L, L