File Coverage

blib/lib/Software/License/Boost_1_0.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 6 6 100.0
pod 3 3 100.0
total 21 21 100.0


line stmt bran cond sub pod time code
1             package Software::License::Boost_1_0;
2              
3 1     1   22619 use strict;
  1         2  
  1         35  
4 1     1   5 use warnings;
  1         3  
  1         38  
5              
6             # ABSTRACT: Boost Software License, Version 1.0, August 17th, 2003
7             our $VERSION = '0.000002'; # VERSION
8              
9 1     1   4 use base qw(Software::License);
  1         3  
  1         806  
10              
11 2     2 1 2893 sub name { 'Boost Software License, Version 1.0, August 17th, 2003'; }
12 1     1 1 1715 sub url { 'http://www.boost.org/LICENSE_1_0.txt'; }
13              
14 2     2 1 11 sub meta_name { 'open_source'; }
15              
16             1;
17              
18             =pod
19              
20             =head1 NAME
21              
22             Software::License::Boost_1_0 - Boost Software License, Version 1.0, August 17th, 2003
23              
24             =head1 VERSION
25              
26             version 0.000002
27              
28             =head1 DESCRIPTION
29              
30             The Boost Software License specifies the terms and conditions of
31             use for those Boost libraries, which is peer-reviewed semi-standard C++ libraries
32             developed at L, that it covers.
33             It is, however, not limited to Boost libraries and one of open source licenses OSI approved.
34              
35             =head1 SEE ALSO
36              
37             =over 4
38              
39             =item *
40              
41             L
42              
43             =item *
44              
45             L
46              
47             =back
48              
49             =head1 AUTHOR
50              
51             Yasutaka ATARASHI
52              
53             =head1 COPYRIGHT AND LICENSE
54              
55             This software is copyright (c) 2013 by Yasutaka ATARASHI.
56              
57             This is free software; you can redistribute it and/or modify it under
58             the same terms as the Perl 5 programming language system itself.
59              
60             =cut
61              
62             __DATA__