File Coverage

blib/lib/Alien/Boost/Headers.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::Boost::Headers;
2              
3 2     2   547586 use strict;
  2         17  
  2         56  
4 2     2   10 use warnings;
  2         5  
  2         54  
5 2     2   16 use base qw( Alien::Base );
  2         3  
  2         2804  
6              
7             our $VERSION = '1.8';
8              
9             =head1 NAME
10              
11             Alien::Boost::Headers - Wrapper for installing Boost headers
12              
13             =head1 DESCRIPTION
14              
15             Alien::Boost::Headers is a wrapper to install Boost headers. Modules
16             that depend on Boost headers can depend on Alien::Boost::Headers
17             and use the CPAN shell to install it for you.
18              
19             =head1 AUTHOR
20              
21             Thibault Duponchelle Ethibault.duponchelle@gmail.comE
22              
23             =head1 COPYRIGHT AND LICENSE
24              
25             Copyright 2022 by Thibault Duponchelle
26              
27             This library is free software; you can redistribute it and/or modify
28             it under the same terms as Perl itself.
29              
30             =head1 SEE ALSO
31              
32             =over 4
33              
34             =item * L
35              
36             =back
37              
38             =cut
39              
40             1;