File Coverage

blib/lib/Software/License/DWTFYWWI.pm
Criterion Covered Total %
statement 13 13 100.0
branch n/a
condition n/a
subroutine 7 7 100.0
pod 3 3 100.0
total 23 23 100.0


line stmt bran cond sub pod time code
1             package Software::License::DWTFYWWI;
2             BEGIN {
3 1     1   56700 $Software::License::DWTFYWWI::VERSION = '0.01';
4             }
5              
6 1     1   10 use strict;
  1         2  
  1         43  
7 1     1   9 use warnings;
  1         2  
  1         47  
8              
9 1     1   7 use base 'Software::License';
  1         2  
  1         993  
10              
11             =head1 NAME
12              
13             Software::License::DWTFYWWI - The "Do Whatever The Fuck You Want With It" license
14              
15             =head1 DESCRIPTION
16              
17             The DWTFYWWI license is a way to effectively place your software into
18             the public domain, but in a humorous way.
19              
20             If you want something with more legal backing you might want to use
21             the L<"public domain"-like CC0 license|Software::License::CC0_1_0>
22             instead, or maybe L.
23              
24             =head1 AUTHOR
25              
26             The author of this package and of the DWTFYWWI license itself is
27             Evar ArnfjErE Bjarmason
28              
29             =cut
30              
31 1     1 1 20 sub name { q(DWTFYWWI) }
32 1     1 1 9 sub url { q{http://github.com/avar/DWTFYWWI/raw/master/DWTFYWWI} }
33              
34 1     1 1 4 sub meta_name { 'unrestricted' }
35              
36             1;
37             __DATA__