File Coverage

blib/lib/Acme/MetaSyntactic/bee_gees.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1             package Acme::MetaSyntactic::bee_gees;
2              
3 1     1   126587 use strict;
  1         6  
  1         48  
4 1     1   6 use warnings;
  1         3049  
  1         102  
5 1     1   12 no warnings 'syntax';
  1         3  
  1         56  
6              
7 1     1   6 use Acme::MetaSyntactic::MultiList;
  1         2  
  1         94  
8             our @ISA = qw [Acme::MetaSyntactic::MultiList];
9              
10             our $VERSION = '2012052102';
11             __PACKAGE__ -> init ();
12              
13             1;
14              
15             =head1 NAME
16              
17             Acme::MetaSyntactic::bee_gees - The Gibb brothers
18              
19             =head1 DESCRIPTION
20              
21             The three Gibb brothers formed a musical group lasting 45 years, from
22             1958 till 2003, when Maurice died. Barry and Robin reformed the group
23             in 2009, but Robin passed away on May 20, 2012.
24              
25             This module is part of the set of C<< Acme::MetaSyntactic >> themes
26             found in the C<< Acme::MetaSyntactic::Themes::Abigail >> package.
27              
28             =head1 SEE ALSO
29              
30             L, L.
31              
32             =head1 AUTHOR
33              
34             Abigail, L<< mailto:cpan@abigail.be >>.
35              
36             =head1 COPYRIGHT and LICENSE
37              
38             Copyright (C) 2012 by Abigail.
39              
40             Permission is hereby granted, free of charge, to any person obtaining a
41             copy of this software and associated documentation files (the "Software"),
42             to deal in the Software without restriction, including without limitation
43             the rights to use, copy, modify, merge, publish, distribute, sublicense,
44             and/or sell copies of the Software, and to permit persons to whom the
45             Software is furnished to do so, subject to the following conditions:
46              
47             The above copyright notice and this permission notice shall be included
48             in all copies or substantial portions of the Software.
49              
50             THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
51             IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
52             FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
53             THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
54             WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT
55             OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
56             THE SOFTWARE.
57              
58              
59             =cut
60              
61             __DATA__