File Coverage

blib/lib/Software/License/Beerware.pm
Criterion Covered Total %
statement 13 14 92.8
branch n/a
condition n/a
subroutine 7 8 87.5
pod 3 3 100.0
total 23 25 92.0


line stmt bran cond sub pod time code
1 1     1   792 use strict;
  1         2  
  1         42  
2 1     1   5 use warnings;
  1         3  
  1         50  
3              
4             package Software::License::Beerware;
5             BEGIN {
6 1     1   33 $Software::License::Beerware::VERSION = '0.1';
7             }
8             BEGIN {
9 1     1   18 $Software::License::Beerware::VERSION = '0.1';
10             }
11             # ABSTRACT: "THE BEER-WARE LICENSE" (Revision 42)
12              
13 1     1   6 use base 'Software::License';
  1         1  
  1         966  
14              
15 1     1 1 859 sub name { 'THE BEER-WARE LICENSE' }
16 0     0 1 0 sub url { 'http://people.freebsd.org/~phk/' }
17 1     1 1 5 sub meta_name { 'unrestricted' }
18              
19             1;
20              
21             =head1 NAME
22              
23             Software::License::Beerware - "THE BEER-WARE LICENSE" (Revision 42)
24              
25             =head1 VERSION
26              
27             version 0.1
28              
29             =head1 DESCRIPTION
30              
31             /*
32             * ----------------------------------------------------------------------------
33             * "THE BEER-WARE LICENSE" (Revision 42):
34             * wrote this file. As long as you retain this notice you
35             * can do whatever you want with this stuff. If we meet some day, and you think
36             * this stuff is worth it, you can buy me a beer in return Poul-Henning Kamp
37             * ----------------------------------------------------------------------------
38             */
39              
40             =head1 SEE ALSO
41              
42             L, L.
43              
44             =head1 AUTHOR & COPYRIGHT
45              
46             Copyright 2011 David Leadbeater Edgl(at)dgl.cxE
47              
48             The Beer-ware license was written by Poul-Henning Kamp.
49              
50             =cut
51              
52             __DATA__